commit | 75ff76687cfd9f62ea4a6d3a86679d5be1439a94 | [log] [tgz] |
---|---|---|
author | Sinan Kaya <okaya@codeaurora.org> | Sat Nov 19 14:28:37 2016 -0500 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Nov 23 09:47:32 2016 +0530 |
tree | 73a6cab9a8eb7bc6d8455abc48d4a122e26800ec | |
parent | c6e4584dab244752ffc1d7f95cdcf5290e7f1369 [diff] |
dmaengine: qcom_hidma: autoload while probing ACPI 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 <okaya@codeaurora.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>