summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-10-18 15:23:32 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-10-19 14:16:48 +0200
commitb52630c6f5c4b426c38cd83f34284c6fc5e92b96 (patch)
tree521e1b7c7782577043f7f669423719219912ea30 /c
parentMake uid_buttons static. (diff)
downloadrtems-b52630c6f5c4b426c38cd83f34284c6fc5e92b96.tar.bz2
Make open_eth_txDaemon static.
Diffstat (limited to 'c')
-rw-r--r--c/src/libchip/network/open_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/network/open_eth.c b/c/src/libchip/network/open_eth.c
index dc8b22b204..cac2568759 100644
--- a/c/src/libchip/network/open_eth.c
+++ b/c/src/libchip/network/open_eth.c
@@ -517,7 +517,7 @@ sendpacket (struct ifnet *ifp, struct mbuf *m)
/*
* Driver transmit daemon
*/
-void
+static void
open_eth_txDaemon (void *arg)
{
struct open_eth_softc *sc = (struct open_eth_softc *) arg;