From: Felipe Balbi Date: Thu, 26 Jan 2012 10:40:23 +0000 (+0200) Subject: usb: musb: make modules behave better X-Git-Tag: v3.4-rc1~184^2~22^2~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e8c85e69310141d78daaecd6a56138700ac317;p=pandora-kernel.git usb: musb: make modules behave better There's really no point in doing all that initcall trickery when we can safely let udev handle module probing for us. Remove all of that trickery, by moving everybody to module_init() and making proper use of platform_device_register() rather than platform_device_probe(). Tested-by: Rajashekhara, Sudhakar Tested-by: Tasslehoff Kjappfot Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed