aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index fd05758e6995..0544ff7d9afc 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -504,11 +504,6 @@ typedef struct hwif_s {
504 504
505 void (*ide_dma_clear_irq)(ide_drive_t *drive); 505 void (*ide_dma_clear_irq)(ide_drive_t *drive);
506 506
507 void (*OUTB)(u8 addr, unsigned long port);
508 void (*OUTBSYNC)(struct hwif_s *hwif, u8 addr, unsigned long port);
509
510 u8 (*INB)(unsigned long port);
511
512 /* dma physical region descriptor table (cpu view) */ 507 /* dma physical region descriptor table (cpu view) */
513 unsigned int *dmatable_cpu; 508 unsigned int *dmatable_cpu;
514 /* dma physical region descriptor table (dma view) */ 509 /* dma physical region descriptor table (dma view) */
@@ -1027,8 +1022,6 @@ static inline int ide_hwif_setup_dma(ide_hwif_t *hwif,
1027} 1022}
1028#endif 1023#endif
1029 1024
1030extern void default_hwif_iops(ide_hwif_t *);
1031extern void default_hwif_mmiops(ide_hwif_t *);
1032extern void default_hwif_transport(ide_hwif_t *); 1025extern void default_hwif_transport(ide_hwif_t *);
1033 1026
1034typedef struct ide_pci_enablebit_s { 1027typedef struct ide_pci_enablebit_s {