diff options
author | David S. Miller <davem@davemloft.net> | 2009-11-15 05:24:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-15 05:24:30 +0100 |
commit | 958fc41e320e17bd4db22d6da81184654350aaab (patch) | |
tree | 90a94c9d82508d2cf8264afa44e7215ae6998c8b /net/ieee802154 | |
parent | alpha: Fixup recvmmsg syscall glue (diff) | |
parent | ieee802154: make wpan-phy class registration to subsys_initcall (diff) | |
download | linux-958fc41e320e17bd4db22d6da81184654350aaab.tar.xz linux-958fc41e320e17bd4db22d6da81184654350aaab.zip |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan
Diffstat (limited to 'net/ieee802154')
-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: err: return rc; } -module_init(wpan_phy_class_init); +subsys_initcall(wpan_phy_class_init); static void __exit wpan_phy_class_exit(void) { |