aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/qnx4/bitmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/qnx4/bitmap.c b/fs/qnx4/bitmap.c
index 991253927658..46efbf52cbec 100644
--- a/fs/qnx4/bitmap.c
+++ b/fs/qnx4/bitmap.c
@@ -23,10 +23,12 @@
23#include <linux/buffer_head.h> 23#include <linux/buffer_head.h>
24#include <linux/bitops.h> 24#include <linux/bitops.h>
25 25
26#if 0
26int qnx4_new_block(struct super_block *sb) 27int qnx4_new_block(struct super_block *sb)
27{ 28{
28 return 0; 29 return 0;
29} 30}
31#endif /* 0 */
30 32
31static void count_bits(register const char *bmPart, register int size, 33static void count_bits(register const char *bmPart, register int size,
32 int *const tf) 34 int *const tf)