Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111111
b: refs/heads/master
c: b6e2f58
h: refs/heads/master
i:
  111109: cbb8586
  111107: de738e0
  111103: b9bf356
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Oct 11, 2008
1 parent fc23cd7 commit 573b507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c76befc3429354909d3242d11b8d3bcb3bea4b03
refs/heads/master: b6e2f58a503b56e154f90dc516647c93c5fe873d
6 changes: 3 additions & 3 deletions trunk/arch/mips/rb532/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static struct korina_device korina_dev0_data = {
};

static struct platform_device korina_dev0 = {
.id = 0,
.id = -1,
.name = "korina",
.dev.platform_data = &korina_dev0_data,
.resource = korina_dev0_res,
Expand All @@ -108,7 +108,7 @@ static struct cf_device cf_slot0_data = {
};

static struct platform_device cf_slot0 = {
.id = 0,
.id = -1,
.name = "pata-rb532-cf",
.dev.platform_data = &cf_slot0_data,
.resource = cf_slot0_res,
Expand Down Expand Up @@ -173,7 +173,7 @@ static struct mtd_partition rb532_partition_info[] = {

static struct platform_device rb532_led = {
.name = "rb532-led",
.id = 0,
.id = -1,
};

static struct gpio_keys_button rb532_gpio_btn[] = {
Expand Down

0 comments on commit 573b507

Please sign in to comment.