diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-20 12:04:53 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-20 12:04:53 +0900 |
commit | f7275650133ce9df83886684f3bd97373dfc21ea (patch) | |
tree | e651073bf9bd38dc73b9cd2fded8a99d24173017 /arch/sh/boards/board-magicpanelr2.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-magicpanelr2.c')
-rw-r--r-- | arch/sh/boards/board-magicpanelr2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-magicpanelr2.c b/arch/sh/boards/board-magicpanelr2.c index eb0e8e992c2..da6bff83a6e 100644 --- a/arch/sh/boards/board-magicpanelr2.c +++ b/arch/sh/boards/board-magicpanelr2.c @@ -20,7 +20,7 @@ #include <linux/mtd/map.h> #include <asm/magicpanelr2.h> #include <asm/heartbeat.h> -#include <asm/sh7720.h> +#include <cpu/sh7720.h> #define LAN9115_READY (ctrl_inl(0xA8000084UL) & 0x00000001UL) |