The patch titled lib/ioremap.c should #include <linux/io.h> has been removed from the -mm tree. Its filename was lib-ioremapc-should-include-linux-ioh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: lib/ioremap.c should #include <linux/io.h> From: Adrian Bunk <bunk@xxxxxxxxx> Every file should include the headers containing the prototypes for its global functions (in this case ioremap_page_range()). Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Acked-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/ioremap.c | 1 + 1 file changed, 1 insertion(+) diff -puN lib/ioremap.c~lib-ioremapc-should-include-linux-ioh lib/ioremap.c --- a/lib/ioremap.c~lib-ioremapc-should-include-linux-ioh +++ a/lib/ioremap.c @@ -8,6 +8,7 @@ #include <linux/vmalloc.h> #include <linux/mm.h> #include <linux/sched.h> +#include <linux/io.h> #include <asm/cacheflush.h> #include <asm/pgtable.h> _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch git-acpi.patch git-kvm.patch remove-fs-jffs2-ioctlc.patch parisc-extern-inline-static-inline.patch nsp32_restart_autoscsi-remove-error-check.patch git-unionfs.patch git-ipwireless_cs.patch git-x86.patch unexport-pm_power_off_prepare.patch intel-iommu-intel-iommu-driver.patch revoke-core-code.patch pid-namespaces-define-is_global_init-and-is_container_init-m32r-fix.patch pid-namespaces-define-is_global_init-and-is_container_init-kernel-pidc-remove-unused-exports.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