| To: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH 3/3] Cleanup direct calls into IP stack |
| From: | Ralf Baechle DL5RB <ralf@xxxxxxxxxxxxxx> |
| Date: | Wed, 24 Aug 2005 18:17:12 +0100 |
| Cc: | netdev@xxxxxxxxxxxxxx, linux-hams@xxxxxxxxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.4.2.1i |
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@xxxxxxxxxxxxxx>
net/ipv4/ip_input.c | 1 -
1 files changed, 1 deletion(-)
Index: linux-cvs/net/ipv4/ip_input.c
===================================================================
--- linux-cvs.orig/net/ipv4/ip_input.c
+++ linux-cvs/net/ipv4/ip_input.c
@@ -428,5 +428,4 @@ out:
return NET_RX_DROP;
}
-EXPORT_SYMBOL(ip_rcv);
EXPORT_SYMBOL(ip_statistics);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/3] Cleanup direct calls into IP stack, Ralf Baechle DL5RB |
|---|---|
| Next by Date: | Re: [PATCH 3/3] Cleanup direct calls into IP stack, David S. Miller |
| Previous by Thread: | [PATCH 2/3] Cleanup direct calls into IP stack, Ralf Baechle DL5RB |
| Next by Thread: | Re: [PATCH 3/3] Cleanup direct calls into IP stack, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |