[IPV4]: Module export of ip_rcv() no longer needed.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 24 Aug 2005 18:38:53 +0000 (11:38 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:08:23 +0000 (16:08 -0700)
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>
net/ipv4/ip_input.c

index 7e78095baef1a73fa240132a51276332f0e93c98..220a8b5920ea71703e7e133b11d2e105acffe871 100644 (file)
@@ -442,5 +442,4 @@ out:
         return NET_RX_DROP;
 }
 
-EXPORT_SYMBOL(ip_rcv);
 EXPORT_SYMBOL(ip_statistics);