diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 17:17:27 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 17:17:27 +0900 |
commit | adf1890b0cd63f754b2171b73e4d845c0950d407 (patch) | |
tree | 059ae908bdbbc6b4e55b7faa740b786664c07007 /arch/sh/boards | |
parent | 4b565680d16300acab0ff167e24f0ea289a6bd5d (diff) |
sh: Move voyagergx_reg.h to a more sensible place.
Other boards require this as well, so move it out of the
rts7751r2d directory.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/renesas/rts7751r2d/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/rts7751r2d/setup.c b/arch/sh/boards/renesas/rts7751r2d/setup.c index f6ce7021feb..bb56c018f2e 100644 --- a/arch/sh/boards/renesas/rts7751r2d/setup.c +++ b/arch/sh/boards/renesas/rts7751r2d/setup.c @@ -14,7 +14,7 @@ #include <linux/pm.h> #include <asm/io.h> #include <asm/mach/rts7751r2d.h> -#include <asm/mach/voyagergx_reg.h> +#include <asm/voyagergx.h> static struct plat_serial8250_port uart_platform_data[] = { { |