]> 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)
commit3f83abf0f3292c05da7ee10e4a000a38e92a4914
treefe2280ca34849311367c764873ab46e4c495a1ca
parent384fde7ed224f283f11ef2a592b05d4a29492aa8
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