diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:36:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:36:13 +0000 |
commit | 7085e5331ecdcf4f1c314f95c9059014a805db92 (patch) | |
tree | 2083a7a4327af2e9bc154c2ecbf2165b9b15cf5c /target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch | |
parent | 29e1ac054cebd1b0309aaa1465bb04ebcad5d858 (diff) | |
download | upstream-7085e5331ecdcf4f1c314f95c9059014a805db92.tar.gz upstream-7085e5331ecdcf4f1c314f95c9059014a805db92.tar.bz2 upstream-7085e5331ecdcf4f1c314f95c9059014a805db92.zip |
refresh 2.6.21 patches
SVN-Revision: 14454
Diffstat (limited to 'target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch')
-rw-r--r-- | target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch b/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch index 9e04f13db1..993f30b412 100644 --- a/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch +++ b/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.21.7/drivers/net/Kconfig -=================================================================== ---- linux-2.6.21.7.orig/drivers/net/Kconfig -+++ linux-2.6.21.7/drivers/net/Kconfig +--- a/drivers/net/Kconfig ++++ b/drivers/net/Kconfig @@ -959,6 +959,12 @@ config SMC91X module, say M here and read <file:Documentation/modules.txt> as well as <file:Documentation/networking/net-modules.txt>. @@ -15,10 +13,8 @@ Index: linux-2.6.21.7/drivers/net/Kconfig config SMC9194 tristate "SMC 9194 support" depends on NET_VENDOR_SMC && (ISA || MAC && BROKEN) -Index: linux-2.6.21.7/drivers/net/Makefile -=================================================================== ---- linux-2.6.21.7.orig/drivers/net/Makefile -+++ linux-2.6.21.7/drivers/net/Makefile +--- a/drivers/net/Makefile ++++ b/drivers/net/Makefile @@ -201,6 +201,7 @@ obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o obj-$(CONFIG_MACB) += macb.o @@ -27,10 +23,8 @@ Index: linux-2.6.21.7/drivers/net/Makefile obj-$(CONFIG_ARM) += arm/ obj-$(CONFIG_DEV_APPLETALK) += appletalk/ obj-$(CONFIG_TR) += tokenring/ -Index: linux-2.6.21.7/drivers/net/smc91x.c -=================================================================== ---- linux-2.6.21.7.orig/drivers/net/smc91x.c -+++ linux-2.6.21.7/drivers/net/smc91x.c +--- a/drivers/net/smc91x.c ++++ b/drivers/net/smc91x.c @@ -2373,6 +2373,10 @@ static struct platform_driver smc_driver }, }; @@ -53,10 +47,8 @@ Index: linux-2.6.21.7/drivers/net/smc91x.c return platform_driver_register(&smc_driver); } -Index: linux-2.6.21.7/drivers/net/gumstix-smc91x.c -=================================================================== --- /dev/null -+++ linux-2.6.21.7/drivers/net/gumstix-smc91x.c ++++ b/drivers/net/gumstix-smc91x.c @@ -0,0 +1,143 @@ +/* + * Gumstix SMC91C111 chip intialization driver |