Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3681c24 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu/arm-smmu: Move the SMMU driver to subsys_initcall"

parents 3f4e0223 afedb9d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4883,7 +4883,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);

#define TCU_HW_VERSION_HLOS1		(0x18)