]> git.baikalelectronics.ru Git - kernel.git/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)
commit82b22119fe6288c1208c1683351c6b4df65cf882
treee2b574c4a6ed4db049681c73d41336c82f09adf9
parent552cf5cd9dc924e2b7f998af86a22bc0da8a247f
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