aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 501370b61ee5..b17974917dbf 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>
@@ -23,7 +22,6 @@
23#include <acpi/acpi.h> 22#include <acpi/acpi.h>
24#endif 23#endif
25#include <asm/byteorder.h> 24#include <asm/byteorder.h>
26#include <asm/system.h>
27#include <asm/io.h> 25#include <asm/io.h>
28 26
29/* for request_sense */ 27/* for request_sense */
@@ -43,6 +41,8 @@
43#define ERROR_RESET 3 /* Reset controller every 4th retry */ 41#define ERROR_RESET 3 /* Reset controller every 4th retry */
44#define ERROR_RECAL 1 /* Recalibrate every 2nd retry */ 42#define ERROR_RECAL 1 /* Recalibrate every 2nd retry */
45 43
44struct device;
45
46/* Error codes returned in rq->errors to the higher part of the driver. */ 46/* Error codes returned in rq->errors to the higher part of the driver. */
47enum { 47enum {
48 IDE_DRV_ERROR_GENERAL = 101, 48 IDE_DRV_ERROR_GENERAL = 101,