aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-03-05 05:48:50 -0500
committerVinod Koul <vinod.koul@intel.com>2015-03-05 11:16:48 -0500
commitbfde98bd762346639f0a5a557e02c4828dd6273b (patch)
treeff8e101b0c2721df7e340e96e5c8f88b64e25f57 /include/linux/dmaengine.h
parent68c062eaa87b7b85b65f20f25c54524437715a95 (diff)
dmaengine: Remove net_dma_find_channel
Since commit 7bced397510a ("net_dma: simple removal") removed the net_dma support entirely, net_dma_find_channel has no users left. Remove the function entirely. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r--include/linux/dmaengine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index f5cc5d4f1ad5..2bff9abc162a 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -1090,7 +1090,6 @@ void dma_async_device_unregister(struct dma_device *device);
1090void dma_run_dependencies(struct dma_async_tx_descriptor *tx); 1090void dma_run_dependencies(struct dma_async_tx_descriptor *tx);
1091struct dma_chan *dma_get_slave_channel(struct dma_chan *chan); 1091struct dma_chan *dma_get_slave_channel(struct dma_chan *chan);
1092struct dma_chan *dma_get_any_slave_channel(struct dma_device *device); 1092struct dma_chan *dma_get_any_slave_channel(struct dma_device *device);
1093struct dma_chan *net_dma_find_channel(void);
1094#define dma_request_channel(mask, x, y) __dma_request_channel(&(mask), x, y) 1093#define dma_request_channel(mask, x, y) __dma_request_channel(&(mask), x, y)
1095#define dma_request_slave_channel_compat(mask, x, y, dev, name) \ 1094#define dma_request_slave_channel_compat(mask, x, y, dev, name) \
1096 __dma_request_slave_channel_compat(&(mask), x, y, dev, name) 1095 __dma_request_slave_channel_compat(&(mask), x, y, dev, name)