From: Ralf Baechle Date: Wed, 24 Aug 2005 18:38:53 +0000 (-0700) Subject: [IPV4]: Module export of ip_rcv() no longer needed. X-Git-Tag: firefly_0821_release~42189^2~28 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3625796806419d97641d90e0f197eab9b952212e;p=firefly-linux-kernel-4.4.55.git [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 Signed-off-by: David S. Miller --- diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index 7e78095baef1..220a8b5920ea 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c @@ -442,5 +442,4 @@ out: return NET_RX_DROP; } -EXPORT_SYMBOL(ip_rcv); EXPORT_SYMBOL(ip_statistics);