aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bitmap.h
diff options
context:
space:
mode:
authorPranav Vashi <neobuddy89@gmail.com>2016-01-18 16:48:26 +0530
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:59:39 +0200
commit33bf3a25163c86a0c7cbb90d789a131da121fcdf (patch)
tree52f53c4f5419c3b3a3e547118fb5a2938f3bc811 /include/linux/bitmap.h
parentd0f854de0601799f93672bfd5545bc6a206a5f7a (diff)
lib/bitmap.c: Clean up deprecated defines
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Diffstat (limited to 'include/linux/bitmap.h')
-rw-r--r--include/linux/bitmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/bitmap.h b/include/linux/bitmap.h
index 28fc6dc7c..bd39115c7 100644
--- a/include/linux/bitmap.h
+++ b/include/linux/bitmap.h
@@ -89,8 +89,6 @@
* 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 void __bitmap_complement(unsigned long *dst, const unsigned long *src,