diff options
Diffstat (limited to 'drivers/dma/timb_dma.c')
| -rw-r--r-- | drivers/dma/timb_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index 4e0dff59901d..952f823901a6 100644 --- a/drivers/dma/timb_dma.c +++ b/drivers/dma/timb_dma.c | |||
| @@ -667,7 +667,7 @@ static irqreturn_t td_irq(int irq, void *devid) | |||
| 667 | } | 667 | } |
| 668 | 668 | ||
| 669 | 669 | ||
| 670 | static int __devinit td_probe(struct platform_device *pdev) | 670 | static int td_probe(struct platform_device *pdev) |
| 671 | { | 671 | { |
| 672 | struct timb_dma_platform_data *pdata = pdev->dev.platform_data; | 672 | struct timb_dma_platform_data *pdata = pdev->dev.platform_data; |
| 673 | struct timb_dma *td; | 673 | struct timb_dma *td; |
| @@ -798,7 +798,7 @@ err_release_region: | |||
| 798 | 798 | ||
| 799 | } | 799 | } |
| 800 | 800 | ||
| 801 | static int __devexit td_remove(struct platform_device *pdev) | 801 | static int td_remove(struct platform_device *pdev) |
| 802 | { | 802 | { |
| 803 | struct timb_dma *td = platform_get_drvdata(pdev); | 803 | struct timb_dma *td = platform_get_drvdata(pdev); |
| 804 | struct resource *iomem = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 804 | struct resource *iomem = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
