It's been a long time since there was any reason to register IOMMU
drivers early. Convert to the standard platform driver helper.

CC: Andy Gross <agr...@kernel.org>
CC: Bjorn Andersson <bjorn.anders...@linaro.org>
Signed-off-by: Robin Murphy <robin.mur...@arm.com>
---
 drivers/iommu/msm_iommu.c | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c
index 3a38352b603f..06bde6b66732 100644
--- a/drivers/iommu/msm_iommu.c
+++ b/drivers/iommu/msm_iommu.c
@@ -831,16 +831,4 @@ static struct platform_driver msm_iommu_driver = {
        .probe          = msm_iommu_probe,
        .remove         = msm_iommu_remove,
 };
-
-static int __init msm_iommu_driver_init(void)
-{
-       int ret;
-
-       ret = platform_driver_register(&msm_iommu_driver);
-       if (ret != 0)
-               pr_err("Failed to register IOMMU driver\n");
-
-       return ret;
-}
-subsys_initcall(msm_iommu_driver_init);
-
+builtin_platform_driver(msm_iommu_driver);
-- 
2.28.0.dirty

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to