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 7e15bd1eaae9..4cd7157a403f 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1161,7 +1161,7 @@ enum { | |||
1161 | }; | 1161 | }; |
1162 | 1162 | ||
1163 | int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *, | 1163 | int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *, |
1164 | unsigned int); | 1164 | void *, unsigned int); |
1165 | 1165 | ||
1166 | int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *); | 1166 | int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *); |
1167 | int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); | 1167 | int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); |