Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137379
b: refs/heads/master
c: f1f5465
h: refs/heads/master
i:
  137377: 057b08e
  137375: 5fdd008
v: v3
  • Loading branch information
Lennert Buytenhek authored and Nicolas Pitre committed Feb 20, 2009
1 parent f9204e5 commit 2764f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 712424fd95134bf88d27f3885389fe6ab13f34ac
refs/heads/master: f1f5465782a96201798ef1e8167ed3ffaefdb30d
8 changes: 2 additions & 6 deletions trunk/arch/arm/mach-mv78xx0/db78x00-bp-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ static struct mv643xx_eth_platform_data db78x00_ge01_data = {
};

static struct mv643xx_eth_platform_data db78x00_ge10_data = {
.phy_addr = MV643XX_ETH_PHY_NONE,
.speed = SPEED_1000,
.duplex = DUPLEX_FULL,
.phy_addr = MV643XX_ETH_PHY_ADDR(10),
};

static struct mv643xx_eth_platform_data db78x00_ge11_data = {
.phy_addr = MV643XX_ETH_PHY_NONE,
.speed = SPEED_1000,
.duplex = DUPLEX_FULL,
.phy_addr = MV643XX_ETH_PHY_ADDR(11),
};

static struct mv_sata_platform_data db78x00_sata_data = {
Expand Down

0 comments on commit 2764f29

Please sign in to comment.