aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-02-11 14:07:50 +0100
committerJens Axboe <axboe@fb.com>2015-02-11 11:24:14 -0700
commitd427e3c82ef4fc5fbb22c0cef0b040e6767b1028 (patch)
treeaa29959d3353fd28a3a1a5e52ee75dcbac9b7f2b /include
parentblock: handle the null_mapped flag correctly in blk_rq_map_user_iov (diff)
downloadlinux-dev-d427e3c82ef4fc5fbb22c0cef0b040e6767b1028.tar.xz
linux-dev-d427e3c82ef4fc5fbb22c0cef0b040e6767b1028.zip
block: remove unused function blk_bio_map_sg
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/blkdev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index bf4ef666d191..7f9a516f24de 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1049,8 +1049,6 @@ extern void blk_queue_flush_queueable(struct request_queue *q, bool queueable);
extern struct backing_dev_info *blk_get_backing_dev_info(struct block_device *bdev);
extern int blk_rq_map_sg(struct request_queue *, struct request *, struct scatterlist *);
-extern int blk_bio_map_sg(struct request_queue *q, struct bio *bio,
- struct scatterlist *sglist);
extern void blk_dump_rq_flags(struct request *, char *);
extern long nr_blockdev_pages(void);