The patch titled AVR32: Fix exported headers has been removed from the -mm tree. Its filename is avr32-fix-exported-headers.patch This patch was dropped because it was folded into avr32-arch.patch ------------------------------------------------------ Subject: AVR32: Fix exported headers From: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Fix two problems with the headers exported for AVR32. asm/user.h includes asm/processor.h, which isn't exported. It doesn't seem to actually need anything from asm/processor.h, so the include can be dropped. After this, the asm and asm-generic parts of headers_check pass. There are still a few failures with non-AVR32 specific headers, but I'm assuming they will be fixed separately. strace needs asm/cachectl.h. Export it. Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-avr32/Kbuild | 2 ++ include/asm-avr32/user.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff -puN include/asm-avr32/Kbuild~avr32-fix-exported-headers include/asm-avr32/Kbuild --- a/include/asm-avr32/Kbuild~avr32-fix-exported-headers +++ a/include/asm-avr32/Kbuild @@ -1 +1,3 @@ include include/asm-generic/Kbuild.asm + +headers-y += cachectl.h diff -puN include/asm-avr32/user.h~avr32-fix-exported-headers include/asm-avr32/user.h --- a/include/asm-avr32/user.h~avr32-fix-exported-headers +++ a/include/asm-avr32/user.h @@ -12,7 +12,6 @@ #define __ASM_AVR32_USER_H #include <linux/types.h> -#include <asm/processor.h> #include <asm/ptrace.h> #include <asm/page.h> _ Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are origin.patch avr32-arch.patch avr32-fix-exported-headers.patch avr32-fix-__const_udelay-overflow-bug.patch remove-zone_dma-remains-from-avr32.patch avr32-mtd-static-memory-controller-driver-try-2.patch avr32-mtd-at49bv6416-platform-device-for-atstk1000.patch directed-yield-cpu_relax-variants-for-spinlocks-and-rw-locks.patch generic-ioremap_page_range-implementation.patch generic-ioremap_page_range-implementation-fix.patch generic-ioremap_page_range-implementation-nommu-fix.patch generic-ioremap_page_range-flush_cache_vmap.patch generic-ioremap_page_range-alpha-conversion.patch generic-ioremap_page_range-avr32-conversion.patch generic-ioremap_page_range-cris-conversion.patch generic-ioremap_page_range-i386-conversion.patch generic-ioremap_page_range-i386-conversion-fix.patch generic-ioremap_page_range-m32r-conversion.patch generic-ioremap_page_range-mips-conversion.patch generic-ioremap_page_range-mips-conversion-fix.patch generic-ioremap_page_range-parisc-conversion.patch generic-ioremap_page_range-s390-conversion.patch generic-ioremap_page_range-sh-conversion.patch generic-ioremap_page_range-sh64-conversion.patch generic-ioremap_page_range-x86_64-conversion.patch generic-ioremap_page_range-x86_64-conversion-fix.patch avr32-implement-kernel_execve.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