]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/find_next_bit.c
bitops: introduce CONFIG_GENERIC_FIND_BIT_LE
[karo-tx-linux.git] / lib / find_next_bit.c
index 7667c3d907d31ec8eea184fadd764038ec498d17..b0a8767282bf674fe980f17b5d192103e5ffc4f5 100644 (file)
@@ -160,6 +160,7 @@ EXPORT_SYMBOL(find_first_zero_bit);
 #endif /* CONFIG_GENERIC_FIND_FIRST_BIT */
 
 #ifdef __BIG_ENDIAN
+#ifdef CONFIG_GENERIC_FIND_BIT_LE
 
 /* include/linux/byteorder does not support "unsigned long" type */
 static inline unsigned long ext2_swabp(const unsigned long * x)
@@ -273,4 +274,6 @@ found_middle_swap:
        return result + __ffs(ext2_swab(tmp));
 }
 EXPORT_SYMBOL(find_next_bit_le);
+
+#endif /* CONFIG_GENERIC_FIND_BIT_LE */
 #endif /* __BIG_ENDIAN */