Explorar el 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 hace 20 años
padre
commit
3625796806
Se han modificado 1 ficheros con 0 adiciones y 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);