diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 745a393af278..7e15bd1eaae9 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1160,7 +1160,8 @@ enum { | |||
1160 | REQ_IDETAPE_WRITE = (1 << 3), | 1160 | REQ_IDETAPE_WRITE = (1 << 3), |
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 | 1165 | ||
1165 | int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *); | 1166 | int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *); |
1166 | int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); | 1167 | int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); |