Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137199
b: refs/heads/master
c: bff22c9
h: refs/heads/master
i:
  137197: 289d845
  137195: 2ff229e
  137191: 14f0ab3
  137183: 9f98e49
v: v3
  • Loading branch information
Mike Rapoport authored and Eric Miao committed Mar 9, 2009
1 parent 14e2fe6 commit 94fce8e
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: 5bf3df3f00f507119a26ba0780aa8799e741615c
refs/heads/master: bff22c9b85c911719a82b6e7cc8925dd84d278c7
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/cm-x2xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static struct resource cmx270_dm9000_resource[] = {
};

static struct dm9000_plat_data cmx270_dm9000_platdata = {
.flags = DM9000_PLATF_32BITONLY,
.flags = DM9000_PLATF_32BITONLY | DM9000_PLATF_NO_EEPROM,
};

static struct platform_device cmx2xx_dm9000_device = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/cm-x300.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static struct resource dm9000_resources[] = {
};

static struct dm9000_plat_data cm_x300_dm9000_platdata = {
.flags = DM9000_PLATF_16BITONLY,
.flags = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
};

static struct platform_device dm9000_device = {
Expand Down

0 comments on commit 94fce8e

Please sign in to comment.