Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: axi-dmac: Add MODULE_DEVICE_TABLE()

Add MODULE_DEVICE_TABLE() for the axi-dmac driver. This allows the driver
to be loaded on demand when built as a module.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

authored by

Lars-Peter Clausen and committed by
Vinod Koul
9bcfe38f 1a695a90

+1
+1
drivers/dma/dma-axi-dmac.c
··· 683 683 { .compatible = "adi,axi-dmac-1.00.a" }, 684 684 { }, 685 685 }; 686 + MODULE_DEVICE_TABLE(of, axi_dmac_of_match_table); 686 687 687 688 static struct platform_driver axi_dmac_driver = { 688 689 .driver = {