]> Pileus Git - ~andy/linux/blobdiff - lib/find_next_bit.c
x86: change x86 to use generic find_next_bit
[~andy/linux] / lib / find_next_bit.c
index 78ccd73a884188f9e9348df1e4ad6e0e527e24c0..5820e072b890269984dcfc7a5dec1cb10ed61930 100644 (file)
@@ -15,6 +15,8 @@
 #include <asm/byteorder.h>
 
 #define BITOP_WORD(nr)         ((nr) / BITS_PER_LONG)
+#undef find_next_bit
+#undef find_next_zero_bit
 
 /**
  * find_next_bit - find the next set bit in a memory region