Commit 14965f16 authored by Paul Mundt's avatar Paul Mundt

sh: Fix up sdk7780 and urquell builds.

These two got broken in the heartbeat private data conversion,
fix them up.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent dea3cf1c
......@@ -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,
};
......
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment