aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-08-24 11:38:53 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 16:08:23 -0700
commit3625796806419d97641d90e0f197eab9b952212e (patch)
treec7e5ebb741b7d66d2bc6a729028a49f2f5ef1af7 /net
parent[AX25/NETROM/ROSE]: Kill net/ip.h inclusion (diff)
downloadlinux-dev-3625796806419d97641d90e0f197eab9b952212e.tar.xz
linux-dev-3625796806419d97641d90e0f197eab9b952212e.zip
[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>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/ip_input.c1
1 files changed, 0 insertions, 1 deletions
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);