1
0
Fork 0

[IPV4]: Module export of ip_rcv() no longer needed.

With ip_rcv nowhere outside the IP stack being used anymore it's
EXPORT_SYMBOL is not needed any longer either.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Ralf Baechle 2005-08-24 11:38:53 -07:00 committed by David S. Miller
parent c91326db01
commit 3625796806
1 changed files with 0 additions and 1 deletions

View File

@ -442,5 +442,4 @@ out:
return NET_RX_DROP;
}
EXPORT_SYMBOL(ip_rcv);
EXPORT_SYMBOL(ip_statistics);