summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYury Norov <ynorov@nvidia.com>2026-02-26 02:58:32 +0300
committerYury Norov <ynorov@nvidia.com>2026-03-23 20:33:51 +0300
commita676643709115816d3ce7e50aa5b5a4af1ee6c45 (patch)
tree19b0255e0e93aa0382217aff57780174b7475887 /include
parente63375d39a2e90edc25e96560f14d28193347b04 (diff)
downloadlinux-a676643709115816d3ce7e50aa5b5a4af1ee6c45.tar.xz
bitmap: drop __find_nth_andnot_bit()
Remove find_nth_andnot_bit() leftovers. CC: Rasmus Villemoes <linux@rasmusvillemoes.dk> CC: Andrew Morton <akpm@linux-foundation.org> CC: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com> Fixes: b0c85e99458a ("cpumask: Remove unnecessary cpumask_nth_andnot()") Signed-off-by: Yury Norov <ynorov@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/find.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/find.h b/include/linux/find.h
index 9d720ad92bc1..6c2be8ca615d 100644
--- a/include/linux/find.h
+++ b/include/linux/find.h
@@ -22,8 +22,6 @@ extern unsigned long _find_first_bit(const unsigned long *addr, unsigned long si
unsigned long __find_nth_bit(const unsigned long *addr, unsigned long size, unsigned long n);
unsigned long __find_nth_and_bit(const unsigned long *addr1, const unsigned long *addr2,
unsigned long size, unsigned long n);
-unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2,
- unsigned long size, unsigned long n);
unsigned long __find_nth_and_andnot_bit(const unsigned long *addr1, const unsigned long *addr2,
const unsigned long *addr3, unsigned long size,
unsigned long n);