From: Andy Shevchenko Date: Mon, 15 Jul 2013 12:04:37 +0000 (+0300) Subject: dma: dw: append MODULE_DEVICE_TABLE for ACPI case X-Git-Tag: v3.12-rc1~68^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be480dcbb598687584e01156479d5476ca51ca9b;p=pandora-kernel.git 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 Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed