From: Mark Brown Date: Wed, 27 Aug 2014 10:55:53 +0000 (+0100) Subject: dma: imx-sdma: Remove spurious __init annotation on sdma_probe() X-Git-Tag: fixes-against-v3.18-rc2~40^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34b731faa7d12d3681187968ef899747e4feb55;p=pandora-kernel.git dma: imx-sdma: Remove spurious __init annotation on sdma_probe() We can't annotate probe functions as __init since binding can occur at any time, not just during kernel init. Signed-off-by: Mark Brown Acked-by: Shawn Guo Signed-off-by: Vinod Koul --- Reading git-diff-tree failed