From: Akinobu Mita Date: Thu, 26 May 2011 23:26:05 +0000 (-0700) Subject: m68knommu: fix build error due to the lack of find_next_bit_le() X-Git-Tag: v3.0-rc1~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0819410dba141338ebf6ab1057c1863be6247ab;p=pandora-kernel.git m68knommu: fix build error due to the lack of find_next_bit_le() m68knommu can't build ext4, udf, and ocfs2 due to the lack of find_next_bit_le(). This implements find_next_bit_le() on m68knommu by duplicating the generic find_next_bit_le() in lib/find_next_bit.c. Signed-off-by: Akinobu Mita Acked-by: Greg Ungerer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed