diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 501370b61ee5..7afe15f916da 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/bitops.h> | 15 | #include <linux/bitops.h> |
16 | #include <linux/bio.h> | 16 | #include <linux/bio.h> |
17 | #include <linux/device.h> | ||
18 | #include <linux/pci.h> | 17 | #include <linux/pci.h> |
19 | #include <linux/completion.h> | 18 | #include <linux/completion.h> |
20 | #include <linux/pm.h> | 19 | #include <linux/pm.h> |
@@ -43,6 +42,8 @@ | |||
43 | #define ERROR_RESET 3 /* Reset controller every 4th retry */ | 42 | #define ERROR_RESET 3 /* Reset controller every 4th retry */ |
44 | #define ERROR_RECAL 1 /* Recalibrate every 2nd retry */ | 43 | #define ERROR_RECAL 1 /* Recalibrate every 2nd retry */ |
45 | 44 | ||
45 | struct device; | ||
46 | |||
46 | /* Error codes returned in rq->errors to the higher part of the driver. */ | 47 | /* Error codes returned in rq->errors to the higher part of the driver. */ |
47 | enum { | 48 | enum { |
48 | IDE_DRV_ERROR_GENERAL = 101, | 49 | IDE_DRV_ERROR_GENERAL = 101, |