summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSascha Hauer <sha@pengutronix.de>2009-10-17 08:38:59 +0200
committerSascha Hauer <sha@pengutronix.de>2009-10-17 08:38:59 +0200
commite2c295465484e496b05f9cb72b1340e48968b79a (patch)
treeec2c2cdb4aa15a0be77139f1feef936e7e379633 /net
parent51b0b001d3146951bcf8b00922453fa02b867105 (diff)
downloadbarebox-e2c295465484e496b05f9cb72b1340e48968b79a.tar.gz
barebox-e2c295465484e496b05f9cb72b1340e48968b79a.tar.xz
make locally used funtion static
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Diffstat (limited to 'net')
-rw-r--r--net/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 94b4a40276..db20add230 100644
--- a/net/net.c
+++ b/net/net.c
@@ -191,7 +191,7 @@ void ArpRequest (void)
(void) eth_send (NetTxPacket, (pkt - NetTxPacket) + ARP_HDR_SIZE);
}
-void ArpTimeoutCheck(void)
+static void ArpTimeoutCheck(void)
{
if (!NetArpWaitPacketIP)
return;