[kernel] fix a typo in the generic 2.6.27 config
[openwrt.git] / target / linux / ar7 / patches-2.6.25 / 150-cpmac_up_and_running.diff
index 9b15772..f0f153b 100644 (file)
@@ -13,10 +13,8 @@ Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
  drivers/net/cpmac.c      |   19 +++----------------
  2 files changed, 20 insertions(+), 16 deletions(-)
 
-Index: linux-2.6.25.1/arch/mips/ar7/platform.c
-===================================================================
---- linux-2.6.25.1.orig/arch/mips/ar7/platform.c       2008-05-03 16:17:30.000000000 +0200
-+++ linux-2.6.25.1/arch/mips/ar7/platform.c    2008-05-03 16:24:08.000000000 +0200
+--- a/arch/mips/ar7/platform.c
++++ b/arch/mips/ar7/platform.c
 @@ -33,6 +33,8 @@
  #include <linux/vlynq.h>
  #include <linux/leds.h>
@@ -62,10 +60,8 @@ Index: linux-2.6.25.1/arch/mips/ar7/platform.c
        cpmac_get_mac(0, cpmac_low_data.dev_addr);
        res = platform_device_register(&cpmac_low);
        if (res)
-Index: linux-2.6.25.1/drivers/net/cpmac.c
-===================================================================
---- linux-2.6.25.1.orig/drivers/net/cpmac.c    2008-05-03 16:21:17.000000000 +0200
-+++ linux-2.6.25.1/drivers/net/cpmac.c 2008-05-03 16:24:08.000000000 +0200
+--- a/drivers/net/cpmac.c
++++ b/drivers/net/cpmac.c
 @@ -1035,23 +1035,10 @@
  
        if (phy_id == PHY_MAX_ADDR) {
This page took 0.023494 seconds and 4 git commands to generate.