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>
This commit is contained in:
Paul Mundt 2010-01-19 20:10:33 +09:00
parent dea3cf1c39
commit 14965f16b4
2 changed files with 2 additions and 2 deletions

View 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,
};

View 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,
};