From 14965f16b4bb8f3e51b09c1d8f61b8e98f9d12db Mon Sep 17 00:00:00 2001
From: Paul Mundt <lethal@linux-sh.org>
Date: Tue, 19 Jan 2010 20:10:33 +0900
Subject: [PATCH] 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>
---
 arch/sh/boards/board-urquell.c      | 2 +-
 arch/sh/boards/mach-sdk7780/setup.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sh/boards/board-urquell.c b/arch/sh/boards/board-urquell.c
index 8aeac64810dc12..a9bd6e3ee10b9e 100644
--- a/arch/sh/boards/board-urquell.c
+++ b/arch/sh/boards/board-urquell.c
@@ -60,7 +60,7 @@ static struct resource heartbeat_resource = {
 static struct platform_device heartbeat_device = {
 	.name		= "heartbeat",
 	.id		= -1,
-	.num_resources	= 1
+	.num_resources	= 1,
 	.resource	= &heartbeat_resource,
 };
 
diff --git a/arch/sh/boards/mach-sdk7780/setup.c b/arch/sh/boards/mach-sdk7780/setup.c
index 1d04657e992d8b..b887373a259936 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 = {
 static struct platform_device heartbeat_device = {
 	.name           = "heartbeat",
 	.id             = -1,
-	.num_resources  = 1
+	.num_resources  = 1,
 	.resource       = &heartbeat_resource,
 };
 
-- 
GitLab