Skip to content

Commit

Permalink
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/…
Browse files Browse the repository at this point in the history
…git/lowpan/lowpan
  • Loading branch information
davem330 committed Nov 15, 2009
2 parents 6e17e8b + 282a395 commit 958fc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ieee802154/wpan-class.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static int __init wpan_phy_class_init(void)
err:
return rc;
}
module_init(wpan_phy_class_init);
subsys_initcall(wpan_phy_class_init);

static void __exit wpan_phy_class_exit(void)
{
Expand Down

0 comments on commit 958fc41

Please sign in to comment.