]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declared
authorFengguang Wu <fengguang.wu@intel.com>
Wed, 26 Sep 2012 07:57:55 +0000 (09:57 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 26 Sep 2012 07:57:55 +0000 (09:57 +0200)
commit3eab7315c8dd6685f58acba00319dd8b80a21d7a
tree524801ea453362c6254d019d4990a7e1f37a89da
parent62ac665ff9fc07497ca524bd20d6a96893d11071
fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declared

blkdev_mmap() isn't used outside of fs/block_dev.c, mark it as
static.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/block_dev.c