Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181124
b: refs/heads/master
c: 14965f1
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 19, 2010
1 parent 10d80fe commit ac0a459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dea3cf1c3935047a5b0d21b21d26718e09135f97
refs/heads/master: 14965f16b4bb8f3e51b09c1d8f61b8e98f9d12db
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 ac0a459

Please sign in to comment.