6lowpan: Remove __init tag from lowpan_netlink_fini().
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Feb 2013 20:54:38 +0000 (15:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Mar 2013 18:26:37 +0000 (11:26 -0700)
commit3bc7100a73bb90ad7aa4ca6b65b43dcc88343bb2
treef84e931109a31bbb09e2a6213164525c44a4cdd6
parent364709ddeaaec519bc9014b05474aa071f3afc6f
6lowpan: Remove __init tag from lowpan_netlink_fini().

commit a07fdceccf9d9f1b87f781e9a87662182e590d70 upstream.

It's called from both __init and __exit code, so neither
tag is appropriate.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ieee802154/6lowpan.c