aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/se/770x/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/se/770x/setup.c')
-rw-r--r--arch/sh/boards/se/770x/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/se/770x/setup.c b/arch/sh/boards/se/770x/setup.c
index 5172f994a1be..d07a3368f546 100644
--- a/arch/sh/boards/se/770x/setup.c
+++ b/arch/sh/boards/se/770x/setup.c
@@ -99,7 +99,7 @@ static struct heartbeat_data heartbeat_data = {
99static struct resource heartbeat_resources[] = { 99static struct resource heartbeat_resources[] = {
100 [0] = { 100 [0] = {
101 .start = PA_LED, 101 .start = PA_LED,
102 .end = PA_LED + ARRAY_SIZE(heartbeat_bit_pos) - 1, 102 .end = PA_LED,
103 .flags = IORESOURCE_MEM, 103 .flags = IORESOURCE_MEM,
104 }, 104 },
105}; 105};
@@ -108,7 +108,7 @@ static struct platform_device heartbeat_device = {
108 .name = "heartbeat", 108 .name = "heartbeat",
109 .id = -1, 109 .id = -1,
110 .dev = { 110 .dev = {
111 .platform_data = heartbeat_data, 111 .platform_data = &heartbeat_data,
112 }, 112 },
113 .num_resources = ARRAY_SIZE(heartbeat_resources), 113 .num_resources = ARRAY_SIZE(heartbeat_resources),
114 .resource = heartbeat_resources, 114 .resource = heartbeat_resources,