diff options
Diffstat (limited to 'drivers/dma/mmp_pdma.c')
-rw-r--r-- | drivers/dma/mmp_pdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mmp_pdma.c b/drivers/dma/mmp_pdma.c index 13bdf4a7e1ec..c6d98c00f05c 100644 --- a/drivers/dma/mmp_pdma.c +++ b/drivers/dma/mmp_pdma.c | |||
@@ -712,7 +712,7 @@ static void dma_do_tasklet(unsigned long data) | |||
712 | } | 712 | } |
713 | } | 713 | } |
714 | 714 | ||
715 | static int __devexit mmp_pdma_remove(struct platform_device *op) | 715 | static int mmp_pdma_remove(struct platform_device *op) |
716 | { | 716 | { |
717 | struct mmp_pdma_device *pdev = platform_get_drvdata(op); | 717 | struct mmp_pdma_device *pdev = platform_get_drvdata(op); |
718 | 718 | ||