]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
sh: Fix up sdk7780 and urquell builds.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 11:10:33 +0000 (20:10 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 11:10:33 +0000 (20:10 +0900)
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
arch/sh/boards/mach-sdk7780/setup.c

index 8aeac64810dc1201b8fcc8b36acdfdbb833f4889..a9bd6e3ee10b9eabf5d5d5e72924ffcfacd47e00 100644 (file)
@@ -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,
 };
 
index 1d04657e992d8b2ab9f7faa3471fc3262b5429c6..b887373a2599366c2a744bef57957c91ad62293b 100644 (file)
@@ -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,
 };