diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 23:04:53 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 23:04:53 -0400 |
commit | f7275650133ce9df83886684f3bd97373dfc21ea (patch) | |
tree | e651073bf9bd38dc73b9cd2fded8a99d24173017 /arch/sh/boards/board-ap325rxa.c | |
parent | ba1d28181c586deec468cc6ae558c0c099f1b956 (diff) |
sh: Move the CPU definition headers from asm/ to cpu/.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/board-ap325rxa.c')
-rw-r--r-- | arch/sh/boards/board-ap325rxa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 84fa8a04eac4..7c7874e6ac36 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <video/sh_mobile_lcdc.h> | 24 | #include <video/sh_mobile_lcdc.h> |
25 | #include <asm/io.h> | 25 | #include <asm/io.h> |
26 | #include <asm/clock.h> | 26 | #include <asm/clock.h> |
27 | #include <asm/sh7723.h> | 27 | #include <cpu/sh7723.h> |
28 | 28 | ||
29 | static struct smc911x_platdata smc911x_info = { | 29 | static struct smc911x_platdata smc911x_info = { |
30 | .flags = SMC911X_USE_32BIT, | 30 | .flags = SMC911X_USE_32BIT, |