]> Pileus Git - ~andy/linux/commit
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)
commita07fdceccf9d9f1b87f781e9a87662182e590d70
treee2b574c4a6ed4db049681c73d41336c82f09adf9
parente185483e6b84c127d0b1c890b6b703701ae52d35
6lowpan: Remove __init tag from lowpan_netlink_fini().

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

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c