arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300
[sfrench/cifs-2.6.git] / arch / sh / include / asm / bitops.h
index 450b5854d7c67b0c77ce71350f78603816ddb527..3b6c7b5b7ec9f8020062eddbb0f6bd9126ae7e32 100644 (file)
@@ -58,15 +58,16 @@ static inline unsigned long __ffs(unsigned long word)
        return result;
 }
 
-#include <asm-generic/bitops/find.h>
 #include <asm-generic/bitops/ffs.h>
 #include <asm-generic/bitops/hweight.h>
 #include <asm-generic/bitops/lock.h>
 #include <asm-generic/bitops/sched.h>
-#include <asm-generic/bitops/le.h>
 #include <asm-generic/bitops/ext2-atomic.h>
 #include <asm-generic/bitops/fls.h>
 #include <asm-generic/bitops/__fls.h>
 #include <asm-generic/bitops/fls64.h>
 
+#include <asm-generic/bitops/le.h>
+#include <asm-generic/bitops/find.h>
+
 #endif /* __ASM_SH_BITOPS_H */