[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080222195811.GC1409@cs181133002.pp.htv.fi>
Date: Fri, 22 Feb 2008 21:58:11 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Herbert Xu <herbert@...dor.apana.org.au>, davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: [2.6 patch] unexport ip6_find_1stfragopt
This patch removes the no longer used
EXPORT_SYMBOL_GPL(ip6_find_1stfragopt).
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
This patch has been sent on:
- 30 Jan 2008
961bcbf7370019e35920a75d2d34c91b71708dfe
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index 15c4f6c..ca707c0 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -595,7 +595,6 @@ int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr)
return offset;
}
-EXPORT_SYMBOL_GPL(ip6_find_1stfragopt);
static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
{
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists