commit | be480dcbb598687584e01156479d5476ca51ca9b | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Jul 15 15:04:37 2013 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Aug 05 09:32:26 2013 +0530 |
tree | 3ed58db27170821bb31ff0348523255c1ee32932 | |
parent | 4aed508fc5a8314351bc3daa913a4713d52e6677 [diff] |
dma: dw: append MODULE_DEVICE_TABLE for ACPI case In rare cases (mostly for the testing purposes) the dw_dmac driver might be compiled as a module as well as the other LPSS device drivers (I2C, SPI, HSUART). When udev handles the event of the devices appearing the dw_dmac module is missing. This patch will fix that. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>