[PATCH 2/3] mmc: atmel-mci: stop using specific initcall

Arnd Bergmann arnd at arndb.de
Thu Nov 20 03:10:25 PST 2014


On Thursday 20 November 2014 11:07:54 Ludovic Desroches wrote:
> No more use late initcall to manage probing order. Use probe deferring
> if needed. Then use module_platform_driver and clean init/exit
> attributes.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches at atmel.com>
> 

Do we need this backported into stable kernels? It seems that
the __init/__exit annotations will break things if you ever
tried to unbind the device or run into deferred probing on
earlier kernels.

	Arnd



More information about the linux-arm-kernel mailing list