summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-10-20 12:04:53 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-10-20 12:04:53 +0900
commitf7275650133ce9df83886684f3bd97373dfc21ea (patch)
treee651073bf9bd38dc73b9cd2fded8a99d24173017 /arch/sh/kernel/cpu
parentba1d28181c586deec468cc6ae558c0c099f1b956 (diff)
downloadop-kernel-dev-f7275650133ce9df83886684f3bd97373dfc21ea.zip
op-kernel-dev-f7275650133ce9df83886684f3bd97373dfc21ea.tar.gz
sh: Move the CPU definition headers from asm/ to cpu/.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r--arch/sh/kernel/cpu/sh3/pinmux-sh7720.c2
-rw-r--r--arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c2
-rw-r--r--arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c b/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c
index b66c239..9ca1546 100644
--- a/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c
+++ b/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c
@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
-#include <asm/sh7720.h>
+#include <cpu/sh7720.h>
enum {
PINMUX_RESERVED = 0,
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
index 51b12ab..cb9d07b 100644
--- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
+++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
@@ -1,7 +1,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
-#include <asm/sh7722.h>
+#include <cpu/sh7722.h>
enum {
PINMUX_RESERVED = 0,
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
index 92a9bc9..88bf5ec 100644
--- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
+++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
-#include <asm/sh7723.h>
+#include <cpu/sh7723.h>
enum {
PINMUX_RESERVED = 0,
OpenPOWER on IntegriCloud