Browse Source

Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan

David S. Miller 15 năm trước cách đây
mục cha
commit
958fc41e32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      net/ieee802154/wpan-class.c

+ 1 - 1
net/ieee802154/wpan-class.c

@@ -205,7 +205,7 @@ err_nl:
 err:
 	return rc;
 }
-module_init(wpan_phy_class_init);
+subsys_initcall(wpan_phy_class_init);
 
 static void __exit wpan_phy_class_exit(void)
 {