diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 9686cb47eee1..1e6bf04160d8 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -683,6 +683,8 @@ typedef struct hwif_s { | |||
683 | struct pci_dev *pci_dev; /* for pci chipsets */ | 683 | struct pci_dev *pci_dev; /* for pci chipsets */ |
684 | struct ide_pci_device_s *cds; /* chipset device struct */ | 684 | struct ide_pci_device_s *cds; /* chipset device struct */ |
685 | 685 | ||
686 | ide_ack_intr_t *ack_intr; | ||
687 | |||
686 | void (*rw_disk)(ide_drive_t *, struct request *); | 688 | void (*rw_disk)(ide_drive_t *, struct request *); |
687 | 689 | ||
688 | #if 0 | 690 | #if 0 |