The patch titled Subject: bitmap: remove unused function declaration has been removed from the -mm tree. Its filename was bitmap-remove-unused-function-declaration.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: "Ma, Jianpeng" <jianpeng.ma@xxxxxxxxx> Subject: bitmap: remove unused function declaration Link: https://lkml.kernel.org/r/BN7PR11MB26097166B6B46387D8A1ABA4FDE30@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Fixes: 2afe27c718b6 ("lib/bitmap.c: bitmap_[empty,full]: remove code duplication") Signed-off-by: Jianpeng Ma <jianpeng.ma@xxxxxxxxx> Acked-by: Yury Norov <yury.norov@xxxxxxxxx> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/bitmap.h | 2 -- 1 file changed, 2 deletions(-) --- a/include/linux/bitmap.h~bitmap-remove-unused-function-declaration +++ a/include/linux/bitmap.h @@ -126,8 +126,6 @@ extern void bitmap_free(const unsigned l * lib/bitmap.c provides these functions: */ -extern int __bitmap_empty(const unsigned long *bitmap, unsigned int nbits); -extern int __bitmap_full(const unsigned long *bitmap, unsigned int nbits); extern int __bitmap_equal(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int nbits); extern bool __pure __bitmap_or_equal(const unsigned long *src1, _ Patches currently in -mm which might be from jianpeng.ma@xxxxxxxxx are