projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a1ef9
)
cris: fix eth_v10.c build error
author
Randy Dunlap
<
[email protected]
>
Fri, 3 Aug 2012 14:38:07 +0000
(14:38 +0000)
committer
David S. Miller
<
[email protected]
>
Sat, 4 Aug 2012 03:32:31 +0000
(20:32 -0700)
Fix build error on cris (not tested, no toolchain here):
drivers/net/cris/eth_v10.c: error: too many arguments to function 'e100rxtx_interrupt'
Reported-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Mikael Starvik <
[email protected]
>
Cc: Jesper Nilsson <
[email protected]
>
Cc:
[email protected]
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/cris/eth_v10.c
patch
|
blob
|
history
diff --git
a/drivers/net/cris/eth_v10.c
b/drivers/net/cris/eth_v10.c
index f0c8bd54ce2930d87a5c6479fef7e9f39e4ca37d..021d69c5d9bc951797ede8e72dde15bad706613b 100644
(file)
--- a/
drivers/net/cris/eth_v10.c
+++ b/
drivers/net/cris/eth_v10.c
@@
-1712,7
+1712,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