Browse Source

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>
Paul Mundt 15 years ago
parent
commit
14965f16b4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      arch/sh/boards/board-urquell.c
  2. 1 1
      arch/sh/boards/mach-sdk7780/setup.c

+ 1 - 1
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,
 };
 

+ 1 - 1
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,
 };