Skip to content

Commit

Permalink
sh: Fix up sdk7780 and urquell builds.
Browse files Browse the repository at this point in the history
These two got broken in the heartbeat private data conversion,
fix them up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 19, 2010
1 parent dea3cf1 commit 14965f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/sh/boards/board-urquell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down
2 changes: 1 addition & 1 deletion arch/sh/boards/mach-sdk7780/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 14965f1

Please sign in to comment.