diff options
Diffstat (limited to 'drivers/dma/mmp_tdma.c')
-rw-r--r-- | drivers/dma/mmp_tdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mmp_tdma.c b/drivers/dma/mmp_tdma.c index 323821c0c095..a9f1cd56689c 100644 --- a/drivers/dma/mmp_tdma.c +++ b/drivers/dma/mmp_tdma.c | |||
@@ -467,7 +467,7 @@ static void mmp_tdma_issue_pending(struct dma_chan *chan) | |||
467 | mmp_tdma_enable_chan(tdmac); | 467 | mmp_tdma_enable_chan(tdmac); |
468 | } | 468 | } |
469 | 469 | ||
470 | static int __devexit mmp_tdma_remove(struct platform_device *pdev) | 470 | static int mmp_tdma_remove(struct platform_device *pdev) |
471 | { | 471 | { |
472 | struct mmp_tdma_device *tdev = platform_get_drvdata(pdev); | 472 | struct mmp_tdma_device *tdev = platform_get_drvdata(pdev); |
473 | 473 | ||