diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/find_next_bit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/find_next_bit.c b/lib/find_next_bit.c index 78ccd73a8841..5820e072b890 100644 --- a/lib/find_next_bit.c +++ b/lib/find_next_bit.c | |||
@@ -15,6 +15,8 @@ | |||
15 | #include <asm/byteorder.h> | 15 | #include <asm/byteorder.h> |
16 | 16 | ||
17 | #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG) | 17 | #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG) |
18 | #undef find_next_bit | ||
19 | #undef find_next_zero_bit | ||
18 | 20 | ||
19 | /** | 21 | /** |
20 | * find_next_bit - find the next set bit in a memory region | 22 | * find_next_bit - find the next set bit in a memory region |