diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2011-05-27 01:26:05 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-27 02:12:38 +0200 |
commit | e0819410dba141338ebf6ab1057c1863be6247ab (patch) | |
tree | e8c744ce78d0c4333b976be5be8bafcdda88996c /arch/avr32/include/asm | |
parent | w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC support (diff) | |
download | linux-e0819410dba141338ebf6ab1057c1863be6247ab.tar.xz linux-e0819410dba141338ebf6ab1057c1863be6247ab.zip |
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 <akinobu.mita@gmail.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/avr32/include/asm')
0 files changed, 0 insertions, 0 deletions