ssbi: Use regular init level
authorDavid Brown <davidb@codeaurora.org>
Tue, 12 Mar 2013 18:41:52 +0000 (11:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 17:39:40 +0000 (10:39 -0700)
commit90f2d32ca5ca4a7f6d4eb509b81a9a802eb62905
treea3e64420a5485c19042f0e53b7d3b7aa226953ab
parent3f7a73b57c2f57aa25342ebdb7312f78c68502eb
ssbi: Use regular init level

With device tree, and deferred probe, it is no longer necessary to
make sure that the ssbi bus driver is initialized very early.  Restore
to a regular module_init().

Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ssbi/ssbi.c