From: Linus Walleij Date: Mon, 6 Sep 2010 09:02:12 +0000 (+0200) Subject: spi/pl022: move probe call to subsys_initcall() X-Git-Tag: v2.6.36-rc5~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c8e03bdb769dfe2381f8b7942f05b0eb4bdf31;p=pandora-kernel.git spi/pl022: move probe call to subsys_initcall() The PL022 SPI bus is sometimes used for early stuff like regulators that need to be present at module_init() time, so we move this to a subsys_initcall(). Signed-off-by: Linus Walleij Signed-off-by: Grant Likely --- Reading git-diff-tree failed