Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69527
b: refs/heads/master
c: 00dc4f9
h: refs/heads/master
i:
  69525: 4e8671c
  69523: 71859f3
  69519: e8970e9
v: v3
  • Loading branch information
Russell King authored and Russell King committed Oct 12, 2007
1 parent 611ffd4 commit f3a7064
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 15a4033354c68eb75e417ab60771f36212610820
refs/heads/master: 00dc4f949e7423769de1a160c590840534ea3a70
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-pxa/devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ extern struct platform_device pxa_device_i2c;
extern struct platform_device pxa_device_i2s;
extern struct platform_device pxa_device_ficp;
extern struct platform_device pxa_device_rtc;

extern struct platform_device pxa27x_device_i2c_power;
extern struct platform_device pxa27x_device_ohci;
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-pxa/pxa27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static struct resource pxa27x_ohci_resources[] = {
},
};

static struct platform_device pxa27x_device_ohci = {
struct platform_device pxa27x_device_ohci = {
.name = "pxa27x-ohci",
.id = -1,
.dev = {
Expand Down Expand Up @@ -310,7 +310,7 @@ static struct resource i2c_power_resources[] = {
},
};

static struct platform_device pxa27x_device_i2c_power = {
struct platform_device pxa27x_device_i2c_power = {
.name = "pxa2xx-i2c",
.id = 1,
.resource = i2c_power_resources,
Expand Down

0 comments on commit f3a7064

Please sign in to comment.