]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/bitops.h
ARM: Use the generic bitops headers
[u-boot] / arch / arm / include / asm / bitops.h
index 9b78043db719c1ccb9e59f2d5a8f65759e5ddd50..d479a382918b575a0b892b1554d2b665aa7e1d0b 100644 (file)
@@ -190,4 +190,9 @@ found_middle:
 
 #endif /* __KERNEL__ */
 
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/__ffs.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/fls64.h>
+
 #endif /* _ARM_BITOPS_H */