The patch titled AVR32: Export the find_*_bit() functions has been added to the -mm tree. Its filename is avr32-export-the-find__bit-functions.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: AVR32: Export the find_*_bit() functions From: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Several filesystems depend on at least some of these functions, and they are exported on all other arches as far as I can tell. Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/avr32/kernel/avr32_ksyms.c | 7 +++++++ 1 files changed, 7 insertions(+) diff -puN arch/avr32/kernel/avr32_ksyms.c~avr32-export-the-find__bit-functions arch/avr32/kernel/avr32_ksyms.c --- a/arch/avr32/kernel/avr32_ksyms.c~avr32-export-the-find__bit-functions +++ a/arch/avr32/kernel/avr32_ksyms.c @@ -46,3 +46,10 @@ EXPORT_SYMBOL(csum_partial_copy_generic) EXPORT_SYMBOL(__ndelay); EXPORT_SYMBOL(__udelay); EXPORT_SYMBOL(__const_udelay); + +/* Bit operations (lib/findbit.S) */ +EXPORT_SYMBOL(find_first_zero_bit); +EXPORT_SYMBOL(find_next_zero_bit); +EXPORT_SYMBOL(find_first_bit); +EXPORT_SYMBOL(find_next_bit); +EXPORT_SYMBOL(generic_find_next_zero_le_bit); _ Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are avr32-arch.patch avr32-config_debug_bugverbose-and-config_frame_pointer.patch avr32-fix-invalid-constraints-for-stcond.patch avr32-add-support-for-irq-flags-state-tracing.patch avr32-turn-off-support-for-discontigmem-and-sparsemem.patch avr32-always-enable-config_embedded.patch avr32-export-the-find__bit-functions.patch avr32-add-defconfig-for-at32stk1002.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html