diff mbox

[NEXT,1/1] Please pull small fix for ieee802.15.4

Message ID 20091112211715.GA13347@doriath.ww600.siemens.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Dmitry Baryshkov Nov. 12, 2009, 9:17 p.m. UTC
Hello,

The following changes since commit f6d773cd4f3c18c40ab25a5cb92453756237840e:
  David S. Miller (1):
        Merge branch 'master' of git://git.kernel.org/.../linville/wireless-next-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git for-next

Dmitry Eremin-Solenikov (1):
      ieee802154: make wpan-phy class registration to subsys_initcall

 net/ieee802154/wpan-class.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller Nov. 15, 2009, 4:25 a.m. UTC | #1
From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Date: Fri, 13 Nov 2009 00:17:15 +0300

>   git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git for-next

Pulled, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/ieee802154/wpan-class.c b/net/ieee802154/wpan-class.c
index 38bac70..2686912 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)
 {