From: Linus Walleij Date: Thu, 21 Oct 2010 19:04:38 +0000 (+0200) Subject: DMAENGINE: move COH901318 to arch_initcall X-Git-Tag: v2.6.37-rc1~79^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=964dc256bb91e990277010a3f6dc66daa130be8b;p=pandora-kernel.git DMAENGINE: move COH901318 to arch_initcall After moving the PL022 driver to subsys_initcall() due to the need of having stuff like regulators on the other end of the SPI link, I noticed that the COH901318 DMA engine will get probed before the DMA engine, so move it to an arch_initcall(). Signed-off-by: Linus Walleij Signed-off-by: Dan Williams --- Reading git-diff-tree failed