summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2015-08-21 22:27:49 +0200
committerVinod Koul <vinod.koul@intel.com>2015-08-23 15:43:28 +0200
commit25cf68da08389bb107e5cba2cbfb3b6e4a246095 (patch)
treecd2e7070dbefa5420263deb42c298764d7feaf8e /drivers/dma/Kconfig
parentdmaengine: Add support for the Analog Devices AXI-DMAC DMA controller (diff)
downloadlinux-25cf68da08389bb107e5cba2cbfb3b6e4a246095.tar.xz
linux-25cf68da08389bb107e5cba2cbfb3b6e4a246095.zip
drivers/dma: make mv_xor.c driver explicitly non-modular
The Kconfig for this driver is currently: config MV_XOR bool "Marvell XOR engine support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when reading the driver there is no doubt it is builtin-only. Since module_init translates to device_initcall in the non-modular case, the init ordering remains unchanged with this commit. We leave some tags like MODULE_AUTHOR for documentation purposes. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Vinod Koul <vinod.koul@intel.com> Cc: Dan Williams <dan.j.williams@intel.com> Cc: dmaengine@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
0 files changed, 0 insertions, 0 deletions