9
0
Fork 0

make locally used funtion static

Signed-off-by: Sascha Hauer <sha@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-10-17 08:38:59 +02:00
parent 51b0b001d3
commit e2c2954654
1 changed files with 1 additions and 1 deletions

View File

@ -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;