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 <[EMAIL PROTECTED]>

Add #include <asm/io.h> directive to properly declare ioremap() and writel().

Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>
Cc: Kumar Gala <[EMAIL PROTECTED]>
Cc: Brian Waite <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to