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)
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>

No differences found