Explorar o código

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>
Paul Mundt %!s(int64=16) %!d(string=hai) anos
pai
achega
a51413a65f
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      arch/sh/boards/board-rsk7203.c
  2. 1 1
      arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c

+ 1 - 1
arch/sh/boards/board-rsk7203.c

@@ -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,

+ 1 - 1
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,