X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fminix%2Fbitmap.c;h=703cc35e04b94ce6126ae390f03f066c0fb26618;hb=de227dd9604934d2a6d33cd332d1be431719c93e;hp=c4a554df7b7e63bb77c3678c9fb3b9eb8ba725c3;hpb=f8abea8f8c24ecdad6d6861bffb912f23f2741cd;p=linux-2.6-omap-h63xx.git diff --git a/fs/minix/bitmap.c b/fs/minix/bitmap.c index c4a554df7b7..703cc35e04b 100644 --- a/fs/minix/bitmap.c +++ b/fs/minix/bitmap.c @@ -15,8 +15,9 @@ #include #include #include +#include -static int nibblemap[] = { 4,3,3,2,3,2,2,1,3,2,2,1,2,1,1,0 }; +static const int nibblemap[] = { 4,3,3,2,3,2,2,1,3,2,2,1,2,1,1,0 }; static unsigned long count_free(struct buffer_head *map[], unsigned numblocks, __u32 numbits) {