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)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Feb 2013 20:54:38 +0000 (15:54 -0500)
It's called from both __init and __exit code, so neither
tag is appropriate.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found