aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-se/7206/setup.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-29 21:41:37 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-29 21:41:37 +0900
commit939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (patch)
tree75c71fec79583491ed0ae1038f906ce90d11192c /arch/sh/boards/mach-se/7206/setup.c
parentsh: I2C fix for AP325RXA and Migo-R (diff)
downloadlinux-dev-939a24a6df24649cea9fd0ff54fe71ee0dc1d61e.tar.xz
linux-dev-939a24a6df24649cea9fd0ff54fe71ee0dc1d61e.zip
sh: Move out the solution engine headers to arch/sh/include/mach-se/
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/7206/setup.c')
-rw-r--r--arch/sh/boards/mach-se/7206/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7206/setup.c b/arch/sh/boards/mach-se/7206/setup.c
index 4fe84cc08406..f5466384972e 100644
--- a/arch/sh/boards/mach-se/7206/setup.c
+++ b/arch/sh/boards/mach-se/7206/setup.c
@@ -10,7 +10,7 @@
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/smc91x.h>
-#include <asm/se7206.h>
+#include <mach-se/mach/se7206.h>
#include <asm/io.h>
#include <asm/machvec.h>
#include <asm/heartbeat.h>