dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 21 Sep 2016 12:41:27 +0000 (15:41 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 28 Sep 2016 03:19:10 +0000 (08:49 +0530)
commit86737510781bca1c5d27099c7a6ed4f33b631643
treeaa9234966b91af1ecb1aa68c9dc4ddbd15a2c89a
parent4cd169419f5a5a1c57dadeb3588ca7ee4d6de69f
dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs

The MODULE_DEVICE_TABLE() were missing from the driver for the of_device_id
structures.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c