aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/wpan-class.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ieee802154/wpan-class.c')
-rw-r--r--net/ieee802154/wpan-class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/wpan-class.c b/net/ieee802154/wpan-class.c
index 38bac70cca1..268691256a6 100644
--- a/net/ieee802154/wpan-class.c
+++ b/net/ieee802154/wpan-class.c
@@ -205,7 +205,7 @@ err_nl:
205err: 205err:
206 return rc; 206 return rc;
207} 207}
208module_init(wpan_phy_class_init); 208subsys_initcall(wpan_phy_class_init);
209 209
210static void __exit wpan_phy_class_exit(void) 210static void __exit wpan_phy_class_exit(void)
211{ 211{