From: Alexander Aring Date: Wed, 2 Sep 2015 12:21:20 +0000 (+0200) Subject: ieee802154: 6lowpan: remove EXPORT_SYMBOL X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=348a882ea745039295e721ef00f1b46307fb1c88;p=linux-beck.git ieee802154: 6lowpan: remove EXPORT_SYMBOL This function is used internally inside of ieee802154 6lowpan module only and not outside of any other module. We don't need to export this function then. Reviewed-by: Stefan Schmidt Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- diff --git a/net/ieee802154/6lowpan/reassembly.c b/net/ieee802154/6lowpan/reassembly.c index 60d6df75aee9..0fc3350ace5a 100644 --- a/net/ieee802154/6lowpan/reassembly.c +++ b/net/ieee802154/6lowpan/reassembly.c @@ -387,7 +387,6 @@ err: kfree_skb(skb); return -1; } -EXPORT_SYMBOL(lowpan_frag_rcv); #ifdef CONFIG_SYSCTL static int zero;