vserver 2.0 rc7
[linux-2.6.git] / fs / qnx4 / bitmap.c
index ea634dc..9912539 100644 (file)
@@ -28,8 +28,8 @@ int qnx4_new_block(struct super_block *sb)
        return 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;