X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fpxa%2Fpatches-2.6.21%2F014-ethernet-config.patch;h=be38f03f7db1b11c09aab1a87200e9d01e2a0ac3;hp=de0d031d5fd4cdbc41608cfcd0df965c56792e2f;hb=36b8471b9c49fd8ecf98a81ccec2d0bff66cecd7;hpb=b692d10b7670f84d86d08acb08b55ad53fb5c3ad diff --git a/target/linux/pxa/patches-2.6.21/014-ethernet-config.patch b/target/linux/pxa/patches-2.6.21/014-ethernet-config.patch index de0d031d5f..be38f03f7d 100644 --- a/target/linux/pxa/patches-2.6.21/014-ethernet-config.patch +++ b/target/linux/pxa/patches-2.6.21/014-ethernet-config.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.21.7/drivers/net/smc91x.h -=================================================================== ---- linux-2.6.21.7.orig/drivers/net/smc91x.h -+++ linux-2.6.21.7/drivers/net/smc91x.h +--- a/drivers/net/smc91x.h ++++ b/drivers/net/smc91x.h @@ -55,6 +55,21 @@ #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)