The patch titled Sky Cpu and Nexus: include io.h has been removed from the -mm tree. Its filename was sky-cpu-and-nexus-include-ioh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Sky Cpu and Nexus: include io.h From: Cyrill Gorcunov <gorcunov@xxxxxxxxx> Add #include <asm/io.h> directive to properly declare ioremap() and writel(). Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxx> Cc: Brian Waite <waite@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/hdpuftrs/hdpu_cpustate.c | 1 + drivers/misc/hdpuftrs/hdpu_nexus.c | 1 + 2 files changed, 2 insertions(+) diff -puN drivers/misc/hdpuftrs/hdpu_cpustate.c~sky-cpu-and-nexus-include-ioh drivers/misc/hdpuftrs/hdpu_cpustate.c --- a/drivers/misc/hdpuftrs/hdpu_cpustate.c~sky-cpu-and-nexus-include-ioh +++ a/drivers/misc/hdpuftrs/hdpu_cpustate.c @@ -22,6 +22,7 @@ #include <linux/platform_device.h> #include <asm/uaccess.h> #include <linux/hdpu_features.h> +#include <asm/io.h> #define SKY_CPUSTATE_VERSION "1.1" diff -puN drivers/misc/hdpuftrs/hdpu_nexus.c~sky-cpu-and-nexus-include-ioh drivers/misc/hdpuftrs/hdpu_nexus.c --- a/drivers/misc/hdpuftrs/hdpu_nexus.c~sky-cpu-and-nexus-include-ioh +++ a/drivers/misc/hdpuftrs/hdpu_nexus.c @@ -20,6 +20,7 @@ #include <linux/hdpu_features.h> #include <linux/platform_device.h> +#include <asm/io.h> static int hdpu_nexus_probe(struct platform_device *pdev); static int hdpu_nexus_remove(struct platform_device *pdev); _ Patches currently in -mm which might be from gorcunov@xxxxxxxxx are git-cifs.patch git-powerpc.patch udf-code-style-fixup-v3.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