diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 08:41:37 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 08:41:37 -0400 |
commit | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (patch) | |
tree | 75c71fec79583491ed0ae1038f906ce90d11192c /arch/sh/boards/mach-se/7206/setup.c | |
parent | e565b518ec3a62aebf54da31c65bb6036bb5a276 (diff) |
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.c | 2 |
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 @@ | |||
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
12 | #include <linux/smc91x.h> | 12 | #include <linux/smc91x.h> |
13 | #include <asm/se7206.h> | 13 | #include <mach-se/mach/se7206.h> |
14 | #include <asm/io.h> | 14 | #include <asm/io.h> |
15 | #include <asm/machvec.h> | 15 | #include <asm/machvec.h> |
16 | #include <asm/heartbeat.h> | 16 | #include <asm/heartbeat.h> |