diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index f6bc0d03ffad..2746632c2267 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -644,7 +644,8 @@ extern void blk_requeue_request(request_queue_t *, struct request *); | |||
644 | extern void blk_plug_device(request_queue_t *); | 644 | extern void blk_plug_device(request_queue_t *); |
645 | extern int blk_remove_plug(request_queue_t *); | 645 | extern int blk_remove_plug(request_queue_t *); |
646 | extern void blk_recount_segments(request_queue_t *, struct bio *); | 646 | extern void blk_recount_segments(request_queue_t *, struct bio *); |
647 | extern int scsi_cmd_ioctl(struct file *, struct gendisk *, unsigned int, void __user *); | 647 | extern int scsi_cmd_ioctl(struct file *, struct request_queue *, |
648 | struct gendisk *, unsigned int, void __user *); | ||
648 | extern int sg_scsi_ioctl(struct file *, struct request_queue *, | 649 | extern int sg_scsi_ioctl(struct file *, struct request_queue *, |
649 | struct gendisk *, struct scsi_ioctl_command __user *); | 650 | struct gendisk *, struct scsi_ioctl_command __user *); |
650 | 651 | ||