On Mon, Aug 12, 2019 at 12:32:46PM +0200, Marek Szyprowski wrote: > Exynos SYSMMU driver supports deferred probe. It happens when clocks > needed for this driver are not yet available. Typically next calls to > driver ->probe() happen before init section is free, but this is not > really guaranteed. To make if safe, remove __init annotation from > exynos_sysmmu_probe() function. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> Applied, thanks.