diff options
Diffstat (limited to 'include/linux/ide.h')
-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 c2cdf7750185..9127d87cfa93 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -619,7 +619,7 @@ struct ide_drive_s { | |||
619 | struct ide_atapi_pc *failed_pc; | 619 | struct ide_atapi_pc *failed_pc; |
620 | 620 | ||
621 | /* callback for packet commands */ | 621 | /* callback for packet commands */ |
622 | void (*pc_callback)(struct ide_drive_s *, int); | 622 | int (*pc_callback)(struct ide_drive_s *, int); |
623 | 623 | ||
624 | void (*pc_update_buffers)(struct ide_drive_s *, struct ide_atapi_pc *); | 624 | void (*pc_update_buffers)(struct ide_drive_s *, struct ide_atapi_pc *); |
625 | int (*pc_io_buffers)(struct ide_drive_s *, struct ide_atapi_pc *, | 625 | int (*pc_io_buffers)(struct ide_drive_s *, struct ide_atapi_pc *, |