diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:24 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:24 -0400 |
commit | a2cdee5a9a93360165d0576bbc7e9ccb3127afee (patch) | |
tree | 0a8b381c5224a12c837cb9376d256fa00f7e50e8 /include | |
parent | 7c199a5496d0579d388636ee34a954e2e566d2fb (diff) |
ide: remove IDE_CHIPSET_* macros
They just obfuscate the code.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
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 | ||