diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-03-18 22:46:19 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-03-18 22:46:19 +0530 |
commit | 381a3c4a33bf33943ed3791bd8797d8d8490b4fd (patch) | |
tree | 122afe0267936a19c23d340b4291b66c6b92cee7 /drivers/dma/sa11x0-dma.c | |
parent | 75967b788c2898601620ce91ed14b4a9a371b6fe (diff) | |
parent | 2fcb9e3c86fc312beb031832fca783498fd4bdb5 (diff) | |
download | talos-obmc-linux-381a3c4a33bf33943ed3791bd8797d8d8490b4fd.tar.gz talos-obmc-linux-381a3c4a33bf33943ed3791bd8797d8d8490b4fd.zip |
Merge branch 'topic/alloc_removal' into for-linus
Diffstat (limited to 'drivers/dma/sa11x0-dma.c')
-rw-r--r-- | drivers/dma/sa11x0-dma.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dma/sa11x0-dma.c b/drivers/dma/sa11x0-dma.c index 5adf5407a8cb..dafe13faa940 100644 --- a/drivers/dma/sa11x0-dma.c +++ b/drivers/dma/sa11x0-dma.c @@ -389,11 +389,6 @@ static void sa11x0_dma_tasklet(unsigned long arg) } -static int sa11x0_dma_alloc_chan_resources(struct dma_chan *chan) -{ - return 0; -} - static void sa11x0_dma_free_chan_resources(struct dma_chan *chan) { struct sa11x0_dma_chan *c = to_sa11x0_dma_chan(chan); @@ -835,7 +830,6 @@ static int sa11x0_dma_init_dmadev(struct dma_device *dmadev, INIT_LIST_HEAD(&dmadev->channels); dmadev->dev = dev; - dmadev->device_alloc_chan_resources = sa11x0_dma_alloc_chan_resources; dmadev->device_free_chan_resources = sa11x0_dma_free_chan_resources; dmadev->device_config = sa11x0_dma_device_config; dmadev->device_pause = sa11x0_dma_device_pause; |