aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/sh03/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/sh03/setup.c')
-rw-r--r--arch/sh/boards/sh03/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/sh03/setup.c b/arch/sh/boards/sh03/setup.c
index df96312efd45..934ac4f1c48f 100644
--- a/arch/sh/boards/sh03/setup.c
+++ b/arch/sh/boards/sh03/setup.c
@@ -44,7 +44,7 @@ static void __init sh03_setup(char **cmdline_p)
44static struct resource heartbeat_resources[] = { 44static struct resource heartbeat_resources[] = {
45 [0] = { 45 [0] = {
46 .start = 0xa0800000, 46 .start = 0xa0800000,
47 .end = 0xa0800000 + 8 - 1, 47 .end = 0xa0800000,
48 .flags = IORESOURCE_MEM, 48 .flags = IORESOURCE_MEM,
49 }, 49 },
50}; 50};