diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 2ad8548135d2..a9206c463d7d 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -473,10 +473,6 @@ typedef struct ide_drive_s ide_drive_t; | |||
473 | 473 | ||
474 | #define to_ide_device(dev)container_of(dev, ide_drive_t, gendev) | 474 | #define to_ide_device(dev)container_of(dev, ide_drive_t, gendev) |
475 | 475 | ||
476 | #define IDE_CHIPSET_PCI_MASK \ | ||
477 | ((1<<ide_pci)|(1<<ide_cmd646)|(1<<ide_ali14xx)) | ||
478 | #define IDE_CHIPSET_IS_PCI(c) ((IDE_CHIPSET_PCI_MASK >> (c)) & 1) | ||
479 | |||
480 | struct ide_task_s; | 476 | struct ide_task_s; |
481 | struct ide_port_info; | 477 | struct ide_port_info; |
482 | 478 | ||