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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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,
};