aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/tegra-gart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/tegra-gart.c')
-rw-r--r--drivers/iommu/tegra-gart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/tegra-gart.c b/drivers/iommu/tegra-gart.c
index 4c9db62814ff..8219f1d596ee 100644
--- a/drivers/iommu/tegra-gart.c
+++ b/drivers/iommu/tegra-gart.c
@@ -431,7 +431,7 @@ const struct dev_pm_ops tegra_gart_pm_ops = {
431}; 431};
432 432
433#ifdef CONFIG_OF 433#ifdef CONFIG_OF
434static struct of_device_id tegra_gart_of_match[] __devinitdata = { 434static struct of_device_id tegra_gart_of_match[] = {
435 { .compatible = "nvidia,tegra20-gart", }, 435 { .compatible = "nvidia,tegra20-gart", },
436 { }, 436 { },
437}; 437};
@@ -449,7 +449,7 @@ static struct platform_driver tegra_gart_driver = {
449 }, 449 },
450}; 450};
451 451
452static int __devinit tegra_gart_init(void) 452static int tegra_gart_init(void)
453{ 453{
454 return platform_driver_register(&tegra_gart_driver); 454 return platform_driver_register(&tegra_gart_driver);
455} 455}