diff options
Diffstat (limited to 'drivers/scsi/gdth_kcompat.h')
-rw-r--r-- | drivers/scsi/gdth_kcompat.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/drivers/scsi/gdth_kcompat.h b/drivers/scsi/gdth_kcompat.h deleted file mode 100644 index 2a302eee669a..000000000000 --- a/drivers/scsi/gdth_kcompat.h +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | #ifndef IRQ_HANDLED | ||
2 | typedef void irqreturn_t; | ||
3 | #define IRQ_NONE | ||
4 | #define IRQ_HANDLED | ||
5 | #endif | ||
6 | |||
7 | #ifndef MODULE_LICENSE | ||
8 | #define MODULE_LICENSE(x) | ||
9 | #endif | ||
10 | |||
11 | #ifndef __iomem | ||
12 | #define __iomem | ||
13 | #endif | ||
14 | |||
15 | #ifndef __attribute_used__ | ||
16 | #define __attribute_used__ __devinitdata | ||
17 | #endif | ||
18 | |||
19 | #ifndef __user | ||
20 | #define __user | ||
21 | #endif | ||
22 | |||
23 | #ifndef SERVICE_ACTION_IN | ||
24 | #define SERVICE_ACTION_IN 0x9e | ||
25 | #endif | ||
26 | #ifndef READ_16 | ||
27 | #define READ_16 0x88 | ||
28 | #endif | ||
29 | #ifndef WRITE_16 | ||
30 | #define WRITE_16 0x8a | ||
31 | #endif | ||