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

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

Merge "iommu/arm-smmu: Unregister TBU driver when unloading the SMMU module"

parents 687b0783 e57dc23f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4930,7 +4930,8 @@ static int __init arm_smmu_init(void)

static void __exit arm_smmu_exit(void)
{
	return platform_driver_unregister(&arm_smmu_driver);
	platform_driver_unregister(&arm_smmu_driver);
	platform_driver_unregister(&qsmmuv500_tbu_driver);
}

subsys_initcall(arm_smmu_init);