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-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 eb0e8e992c29..da6bff83a6ea 100644 --- a/arch/sh/boards/board-magicpanelr2.c +++ b/arch/sh/boards/board-magicpanelr2.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/mtd/map.h> | 20 | #include <linux/mtd/map.h> |
21 | #include <asm/magicpanelr2.h> | 21 | #include <asm/magicpanelr2.h> |
22 | #include <asm/heartbeat.h> | 22 | #include <asm/heartbeat.h> |
23 | #include <asm/sh7720.h> | 23 | #include <cpu/sh7720.h> |
24 | 24 | ||
25 | #define LAN9115_READY (ctrl_inl(0xA8000084UL) & 0x00000001UL) | 25 | #define LAN9115_READY (ctrl_inl(0xA8000084UL) & 0x00000001UL) |
26 | 26 | ||