aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 53002d40efa2..f6bc0d03ffad 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -692,6 +692,7 @@ extern int blk_fill_sghdr_rq(request_queue_t *, struct request *,
692extern int blk_unmap_sghdr_rq(struct request *, struct sg_io_hdr *); 692extern int blk_unmap_sghdr_rq(struct request *, struct sg_io_hdr *);
693extern int blk_complete_sghdr_rq(struct request *, struct sg_io_hdr *, 693extern int blk_complete_sghdr_rq(struct request *, struct sg_io_hdr *,
694 struct bio *); 694 struct bio *);
695extern int blk_verify_command(unsigned char *, int);
695 696
696static inline request_queue_t *bdev_get_queue(struct block_device *bdev) 697static inline request_queue_t *bdev_get_queue(struct block_device *bdev)
697{ 698{