summaryrefslogtreecommitdiff
path: root/arch/sh/boards/board-urquell.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/board-urquell.c')
-rw-r--r--arch/sh/boards/board-urquell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-urquell.c b/arch/sh/boards/board-urquell.c
index 8aeac64810dc..a9bd6e3ee10b 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,
};