[<prev] [next>] [day] [month] [year] [list]
Message-id: <24779929.49931316849463377.JavaMail.weblogic@epml24>
Date: Sat, 24 Sep 2011 07:31:05 +0000 (GMT)
From: Á¶°æÈ£ <pullip.cho@...sung.com>
To: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-samsung-soc@...r.kernel.org"
<linux-samsung-soc@...r.kernel.org>,
"iommu@...ts.linux-foundation.org" <iommu@...ts.linux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Cc: Á¶°æÈ£ <pullip.cho@...sung.com>,
"joerg.roedel@....com" <joerg.roedel@....com>,
ÀÌ»óÇö <sanghyun75.lee@...sung.com>,
±è±¹Áø <kgene.kim@...sung.com>,
±è¿µ¶ô <younglak1004.kim@...sung.com>,
"ohad@...ery.com" <ohad@...ery.com>
Subject: [PATCH 4/4] iommu/exynos: Use bus_set_iommu instead of register_iommu
This replaces register_iommu() with bus_set_iommu() according to the
suggestion of Joerg Roedel.
Cc: Joerg Roedel <joerg.roedel@....com>
Signed-off-by: KyongHo Cho <pullip.cho@...sung.com>
---
drivers/iommu/exynos_iommu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/iommu/exynos_iommu.c b/drivers/iommu/exynos_iommu.c
index fe5b5d8..148e238 100644
--- a/drivers/iommu/exynos_iommu.c
+++ b/drivers/iommu/exynos_iommu.c
@@ -852,7 +852,7 @@ static int __init exynos_iommu_init(void)
if (!l2table_cachep)
return -ENOMEM;
- register_iommu(&exynos_iommu_ops);
+ bus_set_iommu(&platform_bus_type, &omap_iommu_ops);
return 0;
}
--
1.7.1
Powered by blists - more mailing lists