Re: [PATCH] dmaengine: qcom_hidma: autoload while probing ACPI

2016-11-22 Thread Vinod Koul
On Sat, Nov 19, 2016 at 02:28:37PM -0500, Sinan Kaya wrote: > MODULE_DEVICE_TABLE is used by the kernel to determine which device driver > should be loaded for which platform device. MODULE_DEVICE_TABLE has been > only defined for the device-tree based platforms in the current code. > Defining it a

[PATCH] dmaengine: qcom_hidma: autoload while probing ACPI

2016-11-19 Thread Sinan Kaya
MODULE_DEVICE_TABLE is used by the kernel to determine which device driver should be loaded for which platform device. MODULE_DEVICE_TABLE has been only defined for the device-tree based platforms in the current code. Defining it also for ACPI based platforms. Signed-off-by: Sinan Kaya --- drive