diff options
Diffstat (limited to 'drivers/dma/timb_dma.c')
-rw-r--r-- | drivers/dma/timb_dma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index f69f90a61873..d2c75feff7df 100644 --- a/drivers/dma/timb_dma.c +++ b/drivers/dma/timb_dma.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/io.h> | 27 | #include <linux/io.h> |
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include <linux/mfd/core.h> | ||
30 | #include <linux/slab.h> | 31 | #include <linux/slab.h> |
31 | 32 | ||
32 | #include <linux/timb_dma.h> | 33 | #include <linux/timb_dma.h> |
@@ -684,7 +685,7 @@ static irqreturn_t td_irq(int irq, void *devid) | |||
684 | 685 | ||
685 | static int __devinit td_probe(struct platform_device *pdev) | 686 | static int __devinit td_probe(struct platform_device *pdev) |
686 | { | 687 | { |
687 | struct timb_dma_platform_data *pdata = pdev->dev.platform_data; | 688 | struct timb_dma_platform_data *pdata = mfd_get_data(pdev); |
688 | struct timb_dma *td; | 689 | struct timb_dma *td; |
689 | struct resource *iomem; | 690 | struct resource *iomem; |
690 | int irq; | 691 | int irq; |