diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 39b76aaaa129..9686cb47eee1 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -192,10 +192,6 @@ typedef unsigned char byte; /* used everywhere */ | |||
192 | struct hwif_s; | 192 | struct hwif_s; |
193 | typedef int (ide_ack_intr_t)(struct hwif_s *); | 193 | typedef int (ide_ack_intr_t)(struct hwif_s *); |
194 | 194 | ||
195 | #ifndef NO_DMA | ||
196 | #define NO_DMA 255 | ||
197 | #endif | ||
198 | |||
199 | /* | 195 | /* |
200 | * hwif_chipset_t is used to keep track of the specific hardware | 196 | * hwif_chipset_t is used to keep track of the specific hardware |
201 | * chipset used by each IDE interface, if known. | 197 | * chipset used by each IDE interface, if known. |
@@ -217,7 +213,6 @@ typedef u8 hwif_chipset_t; | |||
217 | typedef struct hw_regs_s { | 213 | typedef struct hw_regs_s { |
218 | unsigned long io_ports[IDE_NR_PORTS]; /* task file registers */ | 214 | unsigned long io_ports[IDE_NR_PORTS]; /* task file registers */ |
219 | int irq; /* our irq number */ | 215 | int irq; /* our irq number */ |
220 | int dma; /* our dma entry */ | ||
221 | ide_ack_intr_t *ack_intr; /* acknowledge interrupt */ | 216 | ide_ack_intr_t *ack_intr; /* acknowledge interrupt */ |
222 | hwif_chipset_t chipset; | 217 | hwif_chipset_t chipset; |
223 | struct device *dev; | 218 | struct device *dev; |