sbitmap: Delete sbitmap_any_bit_clear()
authorJohn Garry <john.garry@huawei.com>
Wed, 13 Nov 2019 17:27:22 +0000 (01:27 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 13 Nov 2019 19:50:40 +0000 (12:50 -0700)
commit708edafa883186f55b24fa0c380242b5282f9105
treedffd29dc515e92d87e5ec25df0f66dcd354addf1
parentcb711b91a3c685192f2cabd3735ca3de04694ed8
sbitmap: Delete sbitmap_any_bit_clear()

Since the only caller of this function has been deleted, delete this one
also.

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/sbitmap.h
lib/sbitmap.c