summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/bitops/hweight.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/radix-tree/linux/bitops/hweight.h')
-rw-r--r--tools/testing/radix-tree/linux/bitops/hweight.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/testing/radix-tree/linux/bitops/hweight.h b/tools/testing/radix-tree/linux/bitops/hweight.h
deleted file mode 100644
index fbbc383771da..000000000000
--- a/tools/testing/radix-tree/linux/bitops/hweight.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_
-#define _ASM_GENERIC_BITOPS_HWEIGHT_H_
-
-#include <asm/types.h>
-
-extern unsigned int hweight32(unsigned int w);
-extern unsigned int hweight16(unsigned int w);
-extern unsigned int hweight8(unsigned int w);
-extern unsigned long hweight64(__u64 w);
-
-#endif /* _ASM_GENERIC_BITOPS_HWEIGHT_H_ */