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)
commitf3ae7d9155c79bb8f97ca3ff61ea979dec402952
treefe2280ca34849311367c764873ab46e4c495a1ca
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
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