Commit 36257968 authored by Ralf Baechle's avatar Ralf Baechle Committed by David S. Miller

[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: default avatarRalf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c91326db
......@@ -442,5 +442,4 @@ int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
return NET_RX_DROP;
}
EXPORT_SYMBOL(ip_rcv);
EXPORT_SYMBOL(ip_statistics);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment