summaryrefslogtreecommitdiff
path: root/tools/include/asm-generic/bitops.h
diff options
context:
space:
mode:
authorYury Norov <yury.norov@gmail.com>2021-08-15 00:17:04 +0300
committerYury Norov <yury.norov@gmail.com>2022-01-15 19:47:31 +0300
commit4ade0818cf048bb166e875ed4f8b456e6c2c7b3c (patch)
tree710bfa076bf9dbed9349793aabc92e1c5055bbc1 /tools/include/asm-generic/bitops.h
parentb5c7e7ec7d3418af2544452b45cc67297c857a86 (diff)
downloadlinux-4ade0818cf048bb166e875ed4f8b456e6c2c7b3c.tar.xz
tools: sync tools/bitmap with mother linux
Remove tools/include/asm-generic/bitops/find.h and copy include/linux/bitmap.h to tools. find_*_le() functions are not copied because not needed in tools. Signed-off-by: Yury Norov <yury.norov@gmail.com> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'tools/include/asm-generic/bitops.h')
-rw-r--r--tools/include/asm-generic/bitops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/include/asm-generic/bitops.h b/tools/include/asm-generic/bitops.h
index 5d2ab38965cc..9ab313e93555 100644
--- a/tools/include/asm-generic/bitops.h
+++ b/tools/include/asm-generic/bitops.h
@@ -18,7 +18,6 @@
#include <asm-generic/bitops/fls.h>
#include <asm-generic/bitops/__fls.h>
#include <asm-generic/bitops/fls64.h>
-#include <asm-generic/bitops/find.h>
#ifndef _TOOLS_LINUX_BITOPS_H_
#error only <linux/bitops.h> can be included directly