dmaengine: move link order
authorLinus Walleij <linus.walleij@stericsson.com>
Wed, 18 May 2011 12:18:57 +0000 (14:18 +0200)
committerVinod Koul <vinod.koul@intel.com>
Thu, 19 May 2011 11:26:26 +0000 (16:56 +0530)
Move the dmaengine subsystem up early in the drivers Makefile so
DMA is made available early to all drivers, just like e.g.
regulators. Now even regulators can use DMA on the same initlevel.
As a result we can bump the ste_dma40 and coh901318 dmaengine
drivers down one initlevel to subsys_init().

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

No differences found