]> Git Repo - linux.git/commitdiff
iommu/arm-smmu: Switch to subsys_initcall for driver registration
authorAndreas Herrmann <[email protected]>
Tue, 1 Oct 2013 12:39:05 +0000 (13:39 +0100)
committerWill Deacon <[email protected]>
Wed, 9 Oct 2013 13:14:39 +0000 (14:14 +0100)
This should ensure that arm-smmu is initialized before other drivers
start handling devices that propably need smmu support.

Signed-off-by: Andreas Herrmann <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
drivers/iommu/arm-smmu.c

index 293192150f5abdabf13bb46a312279887292047d..878a5b926fe5fc2a144477bdc5306acc04bce0bb 100644 (file)
@@ -1976,7 +1976,7 @@ static void __exit arm_smmu_exit(void)
        return platform_driver_unregister(&arm_smmu_driver);
 }
 
-module_init(arm_smmu_init);
+subsys_initcall(arm_smmu_init);
 module_exit(arm_smmu_exit);
 
 MODULE_DESCRIPTION("IOMMU API for ARM architected SMMU implementations");
This page took 0.05874 seconds and 4 git commands to generate.