aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-19 06:10:33 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-01-19 06:10:33 -0500
commit14965f16b4bb8f3e51b09c1d8f61b8e98f9d12db (patch)
treed1cfd438d901d0927f5beb5247aee1342ea32a8b /arch/sh/boards
parentdea3cf1c3935047a5b0d21b21d26718e09135f97 (diff)
sh: Fix up sdk7780 and urquell builds.
These two got broken in the heartbeat private data conversion, fix them up. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r--arch/sh/boards/board-urquell.c2
-rw-r--r--arch/sh/boards/mach-sdk7780/setup.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/board-urquell.c b/arch/sh/boards/board-urquell.c
index 8aeac64810d..a9bd6e3ee10 100644
--- a/arch/sh/boards/board-urquell.c
+++ b/arch/sh/boards/board-urquell.c
@@ -60,7 +60,7 @@ static struct resource heartbeat_resource = {
60static struct platform_device heartbeat_device = { 60static struct platform_device heartbeat_device = {
61 .name = "heartbeat", 61 .name = "heartbeat",
62 .id = -1, 62 .id = -1,
63 .num_resources = 1 63 .num_resources = 1,
64 .resource = &heartbeat_resource, 64 .resource = &heartbeat_resource,
65}; 65};
66 66
diff --git a/arch/sh/boards/mach-sdk7780/setup.c b/arch/sh/boards/mach-sdk7780/setup.c
index 1d04657e992..b887373a259 100644
--- a/arch/sh/boards/mach-sdk7780/setup.c
+++ b/arch/sh/boards/mach-sdk7780/setup.c
@@ -30,7 +30,7 @@ static struct resource heartbeat_resource = {
30static struct platform_device heartbeat_device = { 30static struct platform_device heartbeat_device = {
31 .name = "heartbeat", 31 .name = "heartbeat",
32 .id = -1, 32 .id = -1,
33 .num_resources = 1 33 .num_resources = 1,
34 .resource = &heartbeat_resource, 34 .resource = &heartbeat_resource,
35}; 35};
36 36