forked from Minki/linux
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:
parent
dea3cf1c39
commit
14965f16b4
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user