aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/renesas/x3proto/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/renesas/x3proto/setup.c')
-rw-r--r--arch/sh/boards/renesas/x3proto/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/x3proto/setup.c b/arch/sh/boards/renesas/x3proto/setup.c
index 0e26d3e7e4e1..abc5b6d418fe 100644
--- a/arch/sh/boards/renesas/x3proto/setup.c
+++ b/arch/sh/boards/renesas/x3proto/setup.c
@@ -18,7 +18,7 @@
18static struct resource heartbeat_resources[] = { 18static struct resource heartbeat_resources[] = {
19 [0] = { 19 [0] = {
20 .start = 0xb8140020, 20 .start = 0xb8140020,
21 .end = 0xb8140020 + 8 - 1, 21 .end = 0xb8140020,
22 .flags = IORESOURCE_MEM, 22 .flags = IORESOURCE_MEM,
23 }, 23 },
24}; 24};