summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-se/7343
diff options
context:
space:
mode:
authorPaul Mundt2008-07-29 15:10:01 +0200
committerPaul Mundt2008-07-29 15:10:01 +0200
commit0764bff445bb13cd17e41b6ab196ef83c23c6c17 (patch)
tree882be7ca1c68c8d50efd2eb2b000f46fdcf55205 /arch/sh/boards/mach-se/7343
parentsh: Move out the solution engine headers to arch/sh/include/mach-se/ (diff)
downloadkernel-qcow2-linux-0764bff445bb13cd17e41b6ab196ef83c23c6c17.tar.gz
kernel-qcow2-linux-0764bff445bb13cd17e41b6ab196ef83c23c6c17.tar.xz
kernel-qcow2-linux-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-se/7343')
-rw-r--r--arch/sh/boards/mach-se/7343/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7343/io.c b/arch/sh/boards/mach-se/7343/io.c
index e2fae32d27d7..8741abc1da7b 100644
--- a/arch/sh/boards/mach-se/7343/io.c
+++ b/arch/sh/boards/mach-se/7343/io.c
@@ -6,7 +6,7 @@
*/
#include <linux/kernel.h>
#include <asm/io.h>
-#include <mach/se7343.h>
+#include <mach-se/mach/se7343.h>
#define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a)