m68k: Implement generic_find_next_{zero_,}le_bit()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 28 Feb 2010 12:06:27 +0000 (13:06 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 17 May 2010 19:15:40 +0000 (21:15 +0200)
commitb52dd0077cde89111c00efc73a8db07f50ebb3e8
tree80b35c6bf243e63f615e600163bcf2fed09b9dbc
parent9881bbb269e8f287d0e55ae3384e48b26f1872f7
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 <geert@linux-m68k.org>
arch/m68k/include/asm/bitops_mm.h