From: Alexey Dobriyan Date: Wed, 1 Feb 2006 11:06:14 +0000 (-0800) Subject: [PATCH] arm26: fix find_first_zero_bit related warnings X-Git-Tag: v2.6.16-rc2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1320ae31b40df06fd7deec94b5369a11b0ec25c;p=pandora-kernel.git [PATCH] arm26: fix find_first_zero_bit related warnings include/linux/nodemask.h: In function `__first_unset_node': include/linux/nodemask.h:254: warning: passing arg 1 of `_find_first_zero_bit_le' discards qualifiers from pointer target type fs/minix/bitmap.c: In function `minix_new_block': fs/minix/bitmap.c:89: warning: passing arg 1 of `_find_first_zero_bit_le' from incompatible pointer type Signed-off-by: Alexey Dobriyan Acked-by: Ian Molton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed