tree c7e5ebb741b7d66d2bc6a729028a49f2f5ef1af7
parent c91326db013ddff478da8a8d66fb99ef4579f19a
author Ralf Baechle <[EMAIL PROTECTED]> Thu, 25 Aug 2005 01:38:53 -0700
committer David S. Miller <[EMAIL PROTECTED]> Tue, 30 Aug 2005 06:08:23 -0700

[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 <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/ipv4/ip_input.c |    1 -
 1 files changed, 1 deletion(-)

diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c
--- 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to