Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / fs / qnx4 / bitmap.c
index 7232785..46efbf5 100644 (file)
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <linux/buffer_head.h>
+#include <linux/bitops.h>
 
-#include <asm/bitops.h>
-
+#if 0
 int qnx4_new_block(struct super_block *sb)
 {
        return 0;
 }
+#endif  /*  0  */
 
-void count_bits(register const char *bmPart, register int size,
-               int *const tf)
+static void count_bits(register const char *bmPart, register int size,
+                      int *const tf)
 {
        char b;
        int tot = *tf;