From e2c295465484e496b05f9cb72b1340e48968b79a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 17 Oct 2009 08:38:59 +0200 Subject: [PATCH] make locally used funtion static Signed-off-by: Sascha Hauer --- net/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.c b/net/net.c index 94b4a4027..db20add23 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;