vserver 2.0 rc7
[linux-2.6.git] / arch / x86_64 / lib / bitops.c
index 994d766..a29fb75 100644 (file)
@@ -1,4 +1,3 @@
-#include <linux/module.h>
 #include <linux/bitops.h>
 
 #undef find_first_zero_bit
@@ -134,6 +133,8 @@ long find_next_bit(const unsigned long * addr, long size, long offset)
        return (offset + set + res);
 }
 
+#include <linux/module.h>
+
 EXPORT_SYMBOL(find_next_bit);
 EXPORT_SYMBOL(find_first_bit);
 EXPORT_SYMBOL(find_first_zero_bit);