summaryrefslogtreecommitdiffstats
path: root/scripts/include/asm-generic/bitops/const_hweight.h
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-10-30 16:17:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-01 10:08:38 +0100
commit547333d3c27882bae37ee5833d2dac6f31c29c97 (patch)
tree5c72522fb0dad22a8ec8e2f8a8994e5fb569612a /scripts/include/asm-generic/bitops/const_hweight.h
parent7cc3427c894847f3e43bc43b5aa0bd3cf460a2cc (diff)
downloadbarebox-547333d3c27882bae37ee5833d2dac6f31c29c97.tar.gz
barebox-547333d3c27882bae37ee5833d2dac6f31c29c97.tar.xz
include: <linux/bitops.h>: discard left-over hweight code
There are no definitions for __sw_hweight*, so no point in keeping the prototypes around. The scripts version of the header also ultimately tries to access non-existing normal headers, so fix that up as well. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211030141739.2207431-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/include/asm-generic/bitops/const_hweight.h')
-rw-r--r--scripts/include/asm-generic/bitops/const_hweight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/include/asm-generic/bitops/const_hweight.h b/scripts/include/asm-generic/bitops/const_hweight.h
deleted file mode 100644
index 0afd644aff..0000000000
--- a/scripts/include/asm-generic/bitops/const_hweight.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../../../include/asm-generic/bitops/const_hweight.h"