Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a51413a6 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2515ddc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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,