diff options
| author | Yury Norov <yury.norov@gmail.com> | 2021-08-14 14:17:04 -0700 |
|---|---|---|
| committer | Yury Norov <yury.norov@gmail.com> | 2022-01-15 08:47:31 -0800 |
| commit | 4ade0818cf048bb166e875ed4f8b456e6c2c7b3c (patch) | |
| tree | 710bfa076bf9dbed9349793aabc92e1c5055bbc1 /tools/include/asm-generic/bitops.h | |
| parent | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate (diff) | |
| download | linux-4ade0818cf048bb166e875ed4f8b456e6c2c7b3c.tar.gz linux-4ade0818cf048bb166e875ed4f8b456e6c2c7b3c.zip | |
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.h | 1 |
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 |
