The patch titled include/asm-xtensa/io.h must #include <asm/page.h> has been removed from the -mm tree. Its filename was include-asm-xtensa-ioh-must-include.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: include/asm-xtensa/io.h must #include <asm/page.h> From: Adrian Bunk <bunk@xxxxxxxxx> CC kernel/time/clocksource.o In file included from /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/include/linux/clocksource.h:18, from /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/kernel/time/clocksource.c:27: include2/asm/io.h: In function 'virt_to_phys': include2/asm/io.h:46: error: implicit declaration of function '__pa' include2/asm/io.h: In function 'phys_to_virt': include2/asm/io.h:51: error: implicit declaration of function '__va' include2/asm/io.h:51: warning: return makes pointer from integer without a cast make[3]: *** [kernel/time/clocksource.o] Error 1 Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Cc: Christian Zankel <chris@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-xtensa/io.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-xtensa/io.h~include-asm-xtensa-ioh-must-include include/asm-xtensa/io.h --- a/include/asm-xtensa/io.h~include-asm-xtensa-ioh-must-include +++ a/include/asm-xtensa/io.h @@ -13,6 +13,7 @@ #ifdef __KERNEL__ #include <asm/byteorder.h> +#include <asm/page.h> #include <linux/types.h> _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch use-ldflags_module-only-for-ko-links.patch x86_powernow_k8_acpi-must-depend-on-acpi.patch git-acpi.patch drivers-acpi-sbsc-remove-dead-code.patch git-alsa.patch git-drm.patch git-kvm.patch testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma.patch git-mtd.patch git-netdev-all.patch fore200e_param_bs_queue-must-be-__devinit.patch git-ocfs2.patch drivers-scsi-pcmcia-nsp_csc-remove-kernel-24-code.patch git-unionfs.patch git-ipwireless_cs.patch arch-i386-kernel-smpbootcsetup_trampoline-must-be.patch slubcearly_kmem_cache_node_alloc-shouldnt-be.patch maps2-add-proc-kpagemap-interface.patch fs-reiserfs-cleanups.patch anon_inodes-shouldnt-be-user-visible.patch introduce-i_sync-fix.patch ext2-reservations.patch intel-iommu-intel-iommu-driver.patch revoke-core-code.patch mm-implement-swap-prefetching.patch the-next-round-of-scheduled-oss-code-removal.patch reiser4-export-remove_from_page_cache.patch reiser4.patch mutex-subsystem-synchro-test-module.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