mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 09:20:50 +07:00
[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>
This commit is contained in:
parent
c91326db01
commit
3625796806
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user