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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 8936b21a7030..f079456adfdb 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -640,8 +640,8 @@ struct ide_atapi_pc {
640 * to change/removal later. 640 * to change/removal later.
641 */ 641 */
642 u8 pc_buf[256]; 642 u8 pc_buf[256];
643 void (*idefloppy_callback) (ide_drive_t *); 643
644 void (*idetape_callback) (ide_drive_t *); 644 void (*callback)(ide_drive_t *);
645 645
646 /* idetape only */ 646 /* idetape only */
647 struct idetape_bh *bh; 647 struct idetape_bh *bh;