spi/pl022: move probe call to subsys_initcall()
authorLinus Walleij <linus.walleij@stericsson.com>
Mon, 6 Sep 2010 09:02:12 +0000 (11:02 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 9 Sep 2010 04:50:10 +0000 (22:50 -0600)
commit25c8e03bdb769dfe2381f8b7942f05b0eb4bdf31
treee75b237194b51c3df7101ca27e751c8fed828ffa
parent05f25abcf6043952fb2a2d98735dec58ba1fcadb
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 <linus.walleij@stericsson.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/amba-pl022.c