X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fminix%2Fbitmap.c;h=703cc35e04b94ce6126ae390f03f066c0fb26618;hb=6afc9be1de0b938169d8985a3add0e3727ebc717;hp=c4a554df7b7e63bb77c3678c9fb3b9eb8ba725c3;hpb=939b00df0306bc4b5cd25c3c3c78e89b91e72fc8;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) {