]> Git Repo - linux.git/commitdiff
bitmap: remove unused function declaration
authorMa, Jianpeng <[email protected]>
Wed, 16 Dec 2020 04:42:57 +0000 (20:42 -0800)
committerLinus Torvalds <[email protected]>
Wed, 16 Dec 2020 06:46:16 +0000 (22:46 -0800)
Link: https://lkml.kernel.org/r/BN7PR11MB26097166B6B46387D8A1ABA4FDE30@BN7PR11MB2609.namprd11.prod.outlook.com
Fixes: 2afe27c718b6 ("lib/bitmap.c: bitmap_[empty,full]: remove code duplication")
Signed-off-by: Jianpeng Ma <[email protected]>
Acked-by: Yury Norov <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/bitmap.h

index 719fe036f567a8cfd75884123440fd4b57b1a37a..70a932470b2d01ef4e4b5d82bbb0ebad748c9995 100644 (file)
@@ -126,8 +126,6 @@ extern void bitmap_free(const unsigned long *bitmap);
  * 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,
This page took 0.053523 seconds and 4 git commands to generate.