summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-07-30 15:24:53 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-07-30 15:24:53 +1000
commit3cf5cffbc18a540f340a2a3343ea1a354e2aff89 (patch)
tree6f0ba879df5b9225dd76ffc48f776771374d7006
parent1eddd65746eff17e78600d8085050c5424879cc3 (diff)
tests: lkdtm needs ide.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--tests/lkdtm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lkdtm.c b/tests/lkdtm.c
index 2a40d18b3a65..856f06075760 100644
--- a/tests/lkdtm.c
+++ b/tests/lkdtm.c
@@ -52,6 +52,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/hrtimer.h>
+#include <linux/ide.h>
#include <scsi/scsi_cmnd.h>
#define NUM_CPOINTS 8