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 4cecd923fc79..13deba5e0157 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -654,6 +654,8 @@ struct ide_drive_s { | |||
654 | int (*pc_io_buffers)(struct ide_drive_s *, struct ide_atapi_pc *, | 654 | int (*pc_io_buffers)(struct ide_drive_s *, struct ide_atapi_pc *, |
655 | unsigned int, int); | 655 | unsigned int, int); |
656 | 656 | ||
657 | ide_startstop_t (*irq_handler)(struct ide_drive_s *); | ||
658 | |||
657 | unsigned long atapi_flags; | 659 | unsigned long atapi_flags; |
658 | 660 | ||
659 | struct ide_atapi_pc request_sense_pc; | 661 | struct ide_atapi_pc request_sense_pc; |