diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 6d774607e32a..a179a7f6e444 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1008,6 +1008,7 @@ void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *); | |||
1008 | int ide_pci_set_master(struct pci_dev *, const char *); | 1008 | int ide_pci_set_master(struct pci_dev *, const char *); |
1009 | unsigned long ide_pci_dma_base(ide_hwif_t *, const struct ide_port_info *); | 1009 | unsigned long ide_pci_dma_base(ide_hwif_t *, const struct ide_port_info *); |
1010 | extern const struct ide_dma_ops sff_dma_ops; | 1010 | extern const struct ide_dma_ops sff_dma_ops; |
1011 | int ide_pci_check_simplex(ide_hwif_t *, const struct ide_port_info *); | ||
1011 | int ide_hwif_setup_dma(ide_hwif_t *, const struct ide_port_info *); | 1012 | int ide_hwif_setup_dma(ide_hwif_t *, const struct ide_port_info *); |
1012 | #else | 1013 | #else |
1013 | static inline int ide_hwif_setup_dma(ide_hwif_t *hwif, | 1014 | static inline int ide_hwif_setup_dma(ide_hwif_t *hwif, |