diff options
Diffstat (limited to 'drivers/dma/pl330.c')
-rw-r--r-- | drivers/dma/pl330.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 95555f37ea6d..80680eee0171 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c | |||
@@ -2988,7 +2988,7 @@ probe_err1: | |||
2988 | return ret; | 2988 | return ret; |
2989 | } | 2989 | } |
2990 | 2990 | ||
2991 | static int __devexit pl330_remove(struct amba_device *adev) | 2991 | static int pl330_remove(struct amba_device *adev) |
2992 | { | 2992 | { |
2993 | struct dma_pl330_dmac *pdmac = amba_get_drvdata(adev); | 2993 | struct dma_pl330_dmac *pdmac = amba_get_drvdata(adev); |
2994 | struct dma_pl330_chan *pch, *_p; | 2994 | struct dma_pl330_chan *pch, *_p; |