aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-sh03/setup.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-29 22:10:01 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-29 22:10:01 +0900
commit0764bff445bb13cd17e41b6ab196ef83c23c6c17 (patch)
tree882be7ca1c68c8d50efd2eb2b000f46fdcf55205 /arch/sh/boards/mach-sh03/setup.c
parentsh: Move out the solution engine headers to arch/sh/include/mach-se/ (diff)
downloadlinux-dev-0764bff445bb13cd17e41b6ab196ef83c23c6c17.tar.xz
linux-dev-0764bff445bb13cd17e41b6ab196ef83c23c6c17.zip
sh: More header path fixups for mach dir refactoring.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-sh03/setup.c')
-rw-r--r--arch/sh/boards/mach-sh03/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-sh03/setup.c b/arch/sh/boards/mach-sh03/setup.c
index cd9cff1ed349..5771219be3fd 100644
--- a/arch/sh/boards/mach-sh03/setup.c
+++ b/arch/sh/boards/mach-sh03/setup.c
@@ -11,8 +11,8 @@
#include <linux/platform_device.h>
#include <asm/io.h>
#include <asm/rtc.h>
-#include <mach/io.h>
-#include <mach/sh03.h>
+#include <mach-sh03/mach/io.h>
+#include <mach-sh03/mach/sh03.h>
#include <asm/addrspace.h>
static void __init init_sh03_IRQ(void)