diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-07-02 11:45:55 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-08-27 04:54:19 -0400 |
commit | c1c63a14f4f2419d093acd7164eccdff315baa86 (patch) | |
tree | 6e49bb37b43512da60e934f7ef47d484f807a59d /include | |
parent | ca8b387803072a16baf6d8090591b10bfdf4e253 (diff) |
DMA: shdma: switch to managed resource allocation
Switch shdma to using devm_* managed functions for allocation of memory,
requesting IRQs, mapping IO resources etc.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/shdma-base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/shdma-base.h b/include/linux/shdma-base.h index 5b1c9848124c..31cf89fb1d5b 100644 --- a/include/linux/shdma-base.h +++ b/include/linux/shdma-base.h | |||
@@ -116,7 +116,6 @@ struct shdma_dev { | |||
116 | 116 | ||
117 | int shdma_request_irq(struct shdma_chan *, int, | 117 | int shdma_request_irq(struct shdma_chan *, int, |
118 | unsigned long, const char *); | 118 | unsigned long, const char *); |
119 | void shdma_free_irq(struct shdma_chan *); | ||
120 | bool shdma_reset(struct shdma_dev *sdev); | 119 | bool shdma_reset(struct shdma_dev *sdev); |
121 | void shdma_chan_probe(struct shdma_dev *sdev, | 120 | void shdma_chan_probe(struct shdma_dev *sdev, |
122 | struct shdma_chan *schan, int id); | 121 | struct shdma_chan *schan, int id); |