summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh2a
diff options
context:
space:
mode:
authorPaul Mundt2008-10-21 02:52:02 +0200
committerPaul Mundt2008-10-21 05:51:51 +0200
commita51413a65f14e8e872d4da21f7a83656c7abb603 (patch)
tree4087e33b19a3faaf9ba28ea03fc370bd60773e52 /arch/sh/kernel/cpu/sh2a
parentbinfmt_elf_fdpic: Update for cputime changes. (diff)
downloadkernel-qcow2-linux-a51413a65f14e8e872d4da21f7a83656c7abb603.tar.gz
kernel-qcow2-linux-a51413a65f14e8e872d4da21f7a83656c7abb603.tar.xz
kernel-qcow2-linux-a51413a65f14e8e872d4da21f7a83656c7abb603.zip
sh: Fix up the SH7203 build.
The sh7203.h include paths were missed in the previous update, so switch the include path to cpu/ as with the rest. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a')
-rw-r--r--arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c b/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
index 39a5b880418f..3ab56a4e744d 100644
--- a/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
+++ b/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
-#include <asm/sh7203.h>
+#include <cpu/sh7203.h>
enum {
PINMUX_RESERVED = 0,