aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sirf-dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/sirf-dma.c')
-rw-r--r--drivers/dma/sirf-dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/sirf-dma.c b/drivers/dma/sirf-dma.c
index d451caace806..c3de6edb9651 100644
--- a/drivers/dma/sirf-dma.c
+++ b/drivers/dma/sirf-dma.c
@@ -550,7 +550,7 @@ bool sirfsoc_dma_filter_id(struct dma_chan *chan, void *chan_id)
550} 550}
551EXPORT_SYMBOL(sirfsoc_dma_filter_id); 551EXPORT_SYMBOL(sirfsoc_dma_filter_id);
552 552
553static int __devinit sirfsoc_dma_probe(struct platform_device *op) 553static int sirfsoc_dma_probe(struct platform_device *op)
554{ 554{
555 struct device_node *dn = op->dev.of_node; 555 struct device_node *dn = op->dev.of_node;
556 struct device *dev = &op->dev; 556 struct device *dev = &op->dev;
@@ -673,7 +673,7 @@ static struct of_device_id sirfsoc_dma_match[] = {
673 673
674static struct platform_driver sirfsoc_dma_driver = { 674static struct platform_driver sirfsoc_dma_driver = {
675 .probe = sirfsoc_dma_probe, 675 .probe = sirfsoc_dma_probe,
676 .remove = __devexit_p(sirfsoc_dma_remove), 676 .remove = sirfsoc_dma_remove,
677 .driver = { 677 .driver = {
678 .name = DRV_NAME, 678 .name = DRV_NAME,
679 .owner = THIS_MODULE, 679 .owner = THIS_MODULE,