From: Ming Lei Date: Sat, 1 Aug 2009 12:39:57 +0000 (+0800) Subject: USB: otg: twl4030-usb.c: mark .init as subsys_initcall_sync X-Git-Tag: v2.6.32-rc1~174^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ffd3b2902e28b13d8379df0f09a55668f330f77;p=pandora-kernel.git USB: otg: twl4030-usb.c: mark .init as subsys_initcall_sync This patch fixes the .probe failure of twl4030_usb driver if it is compiled into kernel. Since twl4030_usb USB transceiver .probe depends on twl4030-regulator, marking twl4030_usb_init as subsys_initcall_sync can make it called after twl4030-regulator initialization is finished, then twl4030_usb USB transceiver driver can be probed successfully. Signed-off-by: Ming Lei Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed