]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Fix up the SH7203 build.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 21 Oct 2008 00:52:02 +0000 (09:52 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 21 Oct 2008 03:51:51 +0000 (12:51 +0900)
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>
arch/sh/boards/board-rsk7203.c
arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c

index ded799cf3eae6f3099d0ef158a8824fc95549f04..c8114cdb95e861f971c4269ed187cc3ede513621 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/gpio.h>
 #include <asm/machvec.h>
 #include <asm/io.h>
-#include <asm/sh7203.h>
+#include <cpu/sh7203.h>
 
 static struct smc911x_platdata smc911x_info = {
        .flags          = SMC911X_USE_16BIT,
index 39a5b880418fa88d8469669d0a5937a36c5cd240..3ab56a4e744ddee6901d814638338c02bc4adaee 100644 (file)
@@ -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,