diff options
-rw-r--r-- | net/ieee802154/wpan-class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/wpan-class.c b/net/ieee802154/wpan-class.c index 38bac70cca10..268691256a6d 100644 --- a/net/ieee802154/wpan-class.c +++ b/net/ieee802154/wpan-class.c | |||
@@ -205,7 +205,7 @@ err_nl: | |||
205 | err: | 205 | err: |
206 | return rc; | 206 | return rc; |
207 | } | 207 | } |
208 | module_init(wpan_phy_class_init); | 208 | subsys_initcall(wpan_phy_class_init); |
209 | 209 | ||
210 | static void __exit wpan_phy_class_exit(void) | 210 | static void __exit wpan_phy_class_exit(void) |
211 | { | 211 | { |