From 85a2db98c250222938dd63dfda2e68957eb90ce5 Mon Sep 17 00:00:00 2001 From: Dale Farnsworth Date: Fri, 9 Feb 2007 13:31:43 -0700 Subject: [PATCH] --- yaml --- r: 47700 b: refs/heads/master c: 761fc19bdbe33ea8b7b88b88c7ca149a57a9e6b6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/momentum/jaguar_atx/platform.c | 2 +- trunk/arch/mips/momentum/ocelot_3/platform.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f5b99bd35919..fde8b2401f43 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a2603a2eaafc5faaae24f7250158a41931f77ee +refs/heads/master: 761fc19bdbe33ea8b7b88b88c7ca149a57a9e6b6 diff --git a/trunk/arch/mips/momentum/jaguar_atx/platform.c b/trunk/arch/mips/momentum/jaguar_atx/platform.c index 035ea5137c71..81037709ba0d 100644 --- a/trunk/arch/mips/momentum/jaguar_atx/platform.c +++ b/trunk/arch/mips/momentum/jaguar_atx/platform.c @@ -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 = { diff --git a/trunk/arch/mips/momentum/ocelot_3/platform.c b/trunk/arch/mips/momentum/ocelot_3/platform.c index eefe5841fbb2..57cfe5c6e4a8 100644 --- a/trunk/arch/mips/momentum/ocelot_3/platform.c +++ b/trunk/arch/mips/momentum/ocelot_3/platform.c @@ -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 = {