summaryrefslogtreecommitdiff
path: root/tools/perf/util/include/asm/hweight.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/include/asm/hweight.h')
-rw-r--r--tools/perf/util/include/asm/hweight.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/util/include/asm/hweight.h b/tools/perf/util/include/asm/hweight.h
deleted file mode 100644
index 36cf26d434a5..000000000000
--- a/tools/perf/util/include/asm/hweight.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef PERF_HWEIGHT_H
-#define PERF_HWEIGHT_H
-
-#include <linux/types.h>
-unsigned int hweight32(unsigned int w);
-unsigned long hweight64(__u64 w);
-
-#endif /* PERF_HWEIGHT_H */