]> git.baikalelectronics.ru Git - kernel.git/commit
dw_dmac: move from __init to __devinit
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Jun 2012 10:34:09 +0000 (13:34 +0300)
committerVinod Koul <vinod.koul@linux.intel.com>
Thu, 21 Jun 2012 02:35:38 +0000 (08:05 +0530)
commit66146faeccb70a873fe07948e089514943a76b8f
tree5e840f016f30765fc737279ab183577111722796
parentb8c507073cb30e0cdf21801aeadd5e898d88b887
dw_dmac: move from __init to __devinit

We usually have more than one DMA device. Thus, the probe function should serve
for all of them in case when the driver is built as a module.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.linux@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/dw_dmac.c