dmaengine: sun4i: support module autoloading
authorEmilio López <emilio.lopez@collabora.co.uk>
Mon, 22 Feb 2016 01:26:35 +0000 (22:26 -0300)
committerVinod Koul <vinod.koul@intel.com>
Thu, 3 Mar 2016 15:46:35 +0000 (21:16 +0530)
commit94c622b2a742c6793d74a71280df0c3a5365a156
tree2c0a92370ee51f9b8067a11c18881d8a38136f8c
parentd387ef021a218ee66fe6b64cf447da09cac5c53b
dmaengine: sun4i: support module autoloading

MODULE_DEVICE_TABLE() is missing, so the module isn't auto-loading on
supported systems. This commit adds the missing line so it loads
automatically when building it as a module and running on a system
with the early sunxi DMA engine.

Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sun4i-dma.c
This page took 0.024465 seconds and 5 git commands to generate.