* [NEXT 1/1] Please pull small fix for ieee802.15.4
@ 2009-11-12 21:17 Dmitry Eremin-Solenikov
[not found] ` <20091112211715.GA13347-nIupHZaCssqR2kOLt6zJ8ErlnG4Plg33XqFh9Ls21Oc@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Eremin-Solenikov @ 2009-11-12 21:17 UTC (permalink / raw)
To: David S. Miller; +Cc: linux-zigbee-devel, netdev, Sergey Lapin
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(-)
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)
{
--
With best wishes
Dmitry
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-15 4:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-12 21:17 [NEXT 1/1] Please pull small fix for ieee802.15.4 Dmitry Eremin-Solenikov
[not found] ` <20091112211715.GA13347-nIupHZaCssqR2kOLt6zJ8ErlnG4Plg33XqFh9Ls21Oc@public.gmane.org>
2009-11-15 4:25 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox