From: Geert Uytterhoeven Date: Sun, 28 Feb 2010 12:06:27 +0000 (+0100) Subject: m68k: Implement generic_find_next_{zero_,}le_bit() X-Git-Tag: v2.6.35-rc1~529^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52dd0077cde89111c00efc73a8db07f50ebb3e8;p=pandora-kernel.git m68k: Implement generic_find_next_{zero_,}le_bit() linux-next: fs/udf/balloc.c: In function 'udf_bitmap_new_block': fs/udf/balloc.c:274: error: implicit declaration of function 'generic_find_next_le_bit' Convert ext2_find_next_{zero_,}bit() into generic_find_next_{zero_,}le_bit(), and wrap the ext2_find_next_{zero_,}bit() around the latter. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed