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/kernel | |
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/kernel')
-rw-r--r-- | arch/sh/kernel/cf-enabler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/cf-enabler.c b/arch/sh/kernel/cf-enabler.c index d3d9f3204230..bea40339919b 100644 --- a/arch/sh/kernel/cf-enabler.c +++ b/arch/sh/kernel/cf-enabler.c | |||
@@ -80,11 +80,11 @@ static int __init cf_init_default(void) | |||
80 | } | 80 | } |
81 | 81 | ||
82 | #if defined(CONFIG_SH_SOLUTION_ENGINE) | 82 | #if defined(CONFIG_SH_SOLUTION_ENGINE) |
83 | #include <asm/se.h> | 83 | #include <mach-se/mach/se.h> |
84 | #elif defined(CONFIG_SH_7722_SOLUTION_ENGINE) | 84 | #elif defined(CONFIG_SH_7722_SOLUTION_ENGINE) |
85 | #include <asm/se7722.h> | 85 | #include <mach-se/mach/se7722.h> |
86 | #elif defined(CONFIG_SH_7721_SOLUTION_ENGINE) | 86 | #elif defined(CONFIG_SH_7721_SOLUTION_ENGINE) |
87 | #include <asm/se7721.h> | 87 | #include <mach-se/mach/se7721.h> |
88 | #endif | 88 | #endif |
89 | 89 | ||
90 | /* | 90 | /* |