From: Felipe Balbi <me@felipebalbi.com>
To: Felipe Balbi <felipe.balbi@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: [PATCH] i2c: change twl4030-usb back to subsys_initcall
Date: Sat, 4 Oct 2008 02:50:04 +0300 [thread overview]
Message-ID: <20081003235001.GH10743@frodo> (raw)
In-Reply-To: <1223027154-20385-1-git-send-email-felipe.balbi@nokia.com>
without it, otg_get/set_transceiver won't be useful and
twl4030-usb transceiver won't get to musb code.
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
drivers/i2c/chips/twl4030-usb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/i2c/chips/twl4030-usb.c b/drivers/i2c/chips/twl4030-usb.c
index 133cc0f..922d7d6 100644
--- a/drivers/i2c/chips/twl4030-usb.c
+++ b/drivers/i2c/chips/twl4030-usb.c
@@ -774,7 +774,7 @@ static int __init twl4030_usb_init(void)
{
return platform_driver_register(&twl4030_driver);
}
-module_init(twl4030_usb_init);
+subsys_initcall(twl4030_usb_init);
static void __exit twl4030_usb_exit(void)
{
--
1.6.0.2.307.gc427
--
balbi
next prev parent reply other threads:[~2008-10-03 23:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-03 7:20 OMAP support in mainline? Nathan Monson
2008-10-03 7:52 ` Felipe Balbi
2008-10-03 8:36 ` David Brownell
2008-10-03 9:45 ` [PATCH] i2c: change twl4030-usb back to subsys_initcall Felipe Balbi
2008-10-03 10:19 ` Koen Kooi
2008-10-03 12:04 ` Felipe Balbi
2008-10-03 13:28 ` Tony Lindgren
2008-10-03 13:43 ` Felipe Balbi
2008-10-03 20:05 ` Nathan Monson
2008-10-03 23:48 ` Felipe Balbi
2008-10-03 23:50 ` Felipe Balbi [this message]
2008-10-06 6:41 ` Tony Lindgren
2008-10-04 1:23 ` OMAP support in mainline? Nathan Monson
2008-10-04 1:40 ` David Brownell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081003235001.GH10743@frodo \
--to=me@felipebalbi.com \
--cc=felipe.balbi@nokia.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox