]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: xilinx_dma: Move enum xdma_ip_type to driver file
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 5 Sep 2017 14:43:49 +0000 (16:43 +0200)
committerVinod Koul <vinod.koul@intel.com>
Sun, 17 Sep 2017 13:29:54 +0000 (18:59 +0530)
commit858302e79cfd34a2771e6d2554d313d0ade2c850
treefe2280ca34849311367c764873ab46e4c495a1ca
parent2018862bdad13479b663e0e9615d7c6fcaa89285
dmaengine: xilinx_dma: Move enum xdma_ip_type to driver file

The enum xdma_ip_type is only used inside the Xilinx DMA driver and not
exported to any consumers (nor should it be). So move it from the global
header to driver file itself.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/xilinx/xilinx_dma.c
include/linux/dma/xilinx_dma.h