ieee802154: 6lowpan: remove EXPORT_SYMBOL
authorAlexander Aring <alex.aring@gmail.com>
Wed, 2 Sep 2015 12:21:20 +0000 (14:21 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Sep 2015 11:20:03 +0000 (13:20 +0200)
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 <stefan@osg.samsung.com>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/6lowpan/reassembly.c

index 60d6df7..0fc3350 100644 (file)
@@ -387,7 +387,6 @@ err:
        kfree_skb(skb);
        return -1;
 }
-EXPORT_SYMBOL(lowpan_frag_rcv);
 
 #ifdef CONFIG_SYSCTL
 static int zero;