summaryrefslogtreecommitdiff
path: root/drivers/iommu
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-02-28 13:53:11 +0200
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-07-11 06:37:21 -0700
commitf938865b63a8a34a073e2bb366aeff1d4af6890a (patch)
treeea189ce5d04d89e7420e6f6110a747532a1360c5 /drivers/iommu
parent1ac140616927746dc31f68fb5164eaacd6819b66 (diff)
iommu/tegra: smmu: move tegra_smmu_init in core_init
Move tegra_smmu_init in core_init. IOMMU should be available at early stage of system booting. Change-Id: I8675e62acef44fb585a731c0f24be716b76ca41a Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Reviewed-on: http://git-master/r/114214 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/tegra-smmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
index 4484459601b4..7b5ef3ffb7d0 100644
--- a/drivers/iommu/tegra-smmu.c
+++ b/drivers/iommu/tegra-smmu.c
@@ -1041,5 +1041,5 @@ static void __exit tegra_smmu_exit(void)
platform_driver_unregister(&tegra_smmu_driver);
}
-subsys_initcall(tegra_smmu_init);
+core_initcall(tegra_smmu_init);
module_exit(tegra_smmu_exit);