Explorar o código

[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>
Ralf Baechle %!s(int64=20) %!d(string=hai) anos
pai
achega
3625796806
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      net/ipv4/ip_input.c

+ 0 - 1
net/ipv4/ip_input.c

@@ -442,5 +442,4 @@ out:
         return NET_RX_DROP;
 }
 
-EXPORT_SYMBOL(ip_rcv);
 EXPORT_SYMBOL(ip_statistics);