Re: [PATCH v2 07/11] ssbi: Use regular init level

2013-03-12 Thread Stephen Boyd
On 03/12/13 11:41, David Brown wrote: > 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 > --- > drivers/ssbi/ssbi.c | 2 +- > 1 file changed, 1

[PATCH v2 07/11] ssbi: Use regular init level

2013-03-12 Thread David Brown
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 --- drivers/ssbi/ssbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ssb