diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 367c17084a28..ad75e703d14b 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -173,7 +173,7 @@ enum { ide_unknown, ide_generic, ide_pci, | |||
| 173 | ide_rz1000, ide_trm290, | 173 | ide_rz1000, ide_trm290, |
| 174 | ide_cmd646, ide_cy82c693, ide_4drives, | 174 | ide_cmd646, ide_cy82c693, ide_4drives, |
| 175 | ide_pmac, ide_etrax100, ide_acorn, | 175 | ide_pmac, ide_etrax100, ide_acorn, |
| 176 | ide_au1xxx, ide_forced | 176 | ide_au1xxx, ide_palm3710, ide_forced |
| 177 | }; | 177 | }; |
| 178 | 178 | ||
| 179 | typedef u8 hwif_chipset_t; | 179 | typedef u8 hwif_chipset_t; |
| @@ -1014,7 +1014,8 @@ extern int __ide_pci_register_driver(struct pci_driver *driver, struct module *o | |||
| 1014 | void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *, int, u8 *); | 1014 | void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *, int, u8 *); |
| 1015 | void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *); | 1015 | void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *); |
| 1016 | 1016 | ||
| 1017 | #ifdef CONFIG_BLK_DEV_IDEDMA_PCI | 1017 | /* FIXME: palm_bk3710 uses BLK_DEV_IDEDMA_PCI without BLK_DEV_IDEPCI! */ |
| 1018 | #if defined(CONFIG_BLK_DEV_IDEPCI) && defined(CONFIG_BLK_DEV_IDEDMA_PCI) | ||
| 1018 | void ide_hwif_setup_dma(ide_hwif_t *, const struct ide_port_info *); | 1019 | void ide_hwif_setup_dma(ide_hwif_t *, const struct ide_port_info *); |
| 1019 | #else | 1020 | #else |
| 1020 | static inline void ide_hwif_setup_dma(ide_hwif_t *hwif, | 1021 | static inline void ide_hwif_setup_dma(ide_hwif_t *hwif, |
