diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index b01b102be4de..1c3431469649 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -493,7 +493,7 @@ typedef struct hwif_s { | |||
493 | void (*ide_dma_clear_irq)(ide_drive_t *drive); | 493 | void (*ide_dma_clear_irq)(ide_drive_t *drive); |
494 | 494 | ||
495 | void (*OUTB)(u8 addr, unsigned long port); | 495 | void (*OUTB)(u8 addr, unsigned long port); |
496 | void (*OUTBSYNC)(ide_drive_t *drive, u8 addr, unsigned long port); | 496 | void (*OUTBSYNC)(struct hwif_s *hwif, u8 addr, unsigned long port); |
497 | 497 | ||
498 | u8 (*INB)(unsigned long port); | 498 | u8 (*INB)(unsigned long port); |
499 | 499 | ||