diff options
Diffstat (limited to 'drivers/dma/tegra20-apb-dma.c')
-rw-r--r-- | drivers/dma/tegra20-apb-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/tegra20-apb-dma.c b/drivers/dma/tegra20-apb-dma.c index 655c4348e468..efdfffa13349 100644 --- a/drivers/dma/tegra20-apb-dma.c +++ b/drivers/dma/tegra20-apb-dma.c | |||
@@ -1197,7 +1197,7 @@ static const struct of_device_id tegra_dma_of_match[] __devinitconst = { | |||
1197 | MODULE_DEVICE_TABLE(of, tegra_dma_of_match); | 1197 | MODULE_DEVICE_TABLE(of, tegra_dma_of_match); |
1198 | #endif | 1198 | #endif |
1199 | 1199 | ||
1200 | static int __devinit tegra_dma_probe(struct platform_device *pdev) | 1200 | static int tegra_dma_probe(struct platform_device *pdev) |
1201 | { | 1201 | { |
1202 | struct resource *res; | 1202 | struct resource *res; |
1203 | struct tegra_dma *tdma; | 1203 | struct tegra_dma *tdma; |