commit | f3ae7d9155c79bb8f97ca3ff61ea979dec402952 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Sep 05 16:43:49 2017 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Sep 17 18:59:54 2017 +0530 |
tree | fe2280ca34849311367c764873ab46e4c495a1ca | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
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>