commit | 0272e93f364eac1a30f2831adcaca3dd633d5f14 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jun 19 13:34:09 2012 +0300 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Thu Jun 21 08:05:38 2012 +0530 |
tree | 5e840f016f30765fc737279ab183577111722796 | |
parent | 4c2d56c574db84ef6e0101f28a37c044e89b0302 [diff] |
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>