[MIPS] Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms

Signed-off-by: Dale Farnsowrth <dale@farnsworth.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Dale Farnsworth 2007-02-09 13:31:43 -07:00 committed by Ralf Baechle
parent 6a2603a2ea
commit 761fc19bdb
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data eth2_pd = {
static struct platform_device eth2_device = {
.name = MV643XX_ETH_NAME,
.id = 1,
.id = 2,
.num_resources = ARRAY_SIZE(mv64x60_eth2_resources),
.resource = mv64x60_eth2_resources,
.dev = {

View File

@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data eth2_pd = {
static struct platform_device eth2_device = {
.name = MV643XX_ETH_NAME,
.id = 1,
.id = 2,
.num_resources = ARRAY_SIZE(mv64x60_eth2_resources),
.resource = mv64x60_eth2_resources,
.dev = {