dmaengine: qcom_hidma: autoload while probing ACPI
authorSinan Kaya <okaya@codeaurora.org>
Sat, 19 Nov 2016 19:28:37 +0000 (14:28 -0500)
committerVinod Koul <vinod.koul@intel.com>
Wed, 23 Nov 2016 04:17:32 +0000 (09:47 +0530)
commit75ff76687cfd9f62ea4a6d3a86679d5be1439a94
tree73a6cab9a8eb7bc6d8455abc48d4a122e26800ec
parentc6e4584dab244752ffc1d7f95cdcf5290e7f1369
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>
drivers/dma/qcom/hidma.c
drivers/dma/qcom/hidma_mgmt.c