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)
commita0eb221a446f2f6c988430f0b0a13f74b7c2b799
tree1acb53fd96021665712a83532b7df78dc77a3fed
parenta7c57cf7d4327c41510f8cbf45b1b970e02c34f8
dmaengine: move link order

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>
drivers/Makefile
drivers/dma/coh901318.c
drivers/dma/ste_dma40.c