diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2009-10-02 08:07:39 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2009-10-02 08:07:39 +0000 |
commit | b88e08839a8f61f2c9829ba6c9e37b4d60b84b62 (patch) | |
tree | 70599f9b61f46047bae7a561b8a0ba2a75fb3402 /target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch | |
parent | f82630617944fa6b4dc05b4035d6bfa457d2b64c (diff) | |
download | upstream-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.tar.gz upstream-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.tar.bz2 upstream-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.zip |
dump 2.6.25 support
SVN-Revision: 17816
Diffstat (limited to 'target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch')
-rw-r--r-- | target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch b/target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch deleted file mode 100644 index 8ffe07377e..0000000000 --- a/target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/net/cris/eth_v10.c -+++ b/drivers/net/cris/eth_v10.c -@@ -1707,7 +1707,7 @@ e100_set_network_leds(int active) - static void - e100_netpoll(struct net_device* netdev) - { -- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL); -+ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev); - } - #endif - |