diff options
| author | Yury Norov <[email protected]> | 2021-08-14 21:17:04 +0000 |
|---|---|---|
| committer | Yury Norov <[email protected]> | 2022-01-15 16:47:31 +0000 |
| 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 | kernel-4ade0818cf048bb166e875ed4f8b456e6c2c7b3c.tar.gz kernel-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 <[email protected]>
Tested-by: Wolfram Sang <[email protected]>
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 |
