diff options
Diffstat (limited to 'drivers/iommu/msm_iommu_dev.c')
-rw-r--r-- | drivers/iommu/msm_iommu_dev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iommu/msm_iommu_dev.c b/drivers/iommu/msm_iommu_dev.c index d344f6ab8c12..9144a6beed92 100644 --- a/drivers/iommu/msm_iommu_dev.c +++ b/drivers/iommu/msm_iommu_dev.c | |||
@@ -29,7 +29,6 @@ | |||
29 | 29 | ||
30 | #include <mach/iommu_hw-8xxx.h> | 30 | #include <mach/iommu_hw-8xxx.h> |
31 | #include <mach/iommu.h> | 31 | #include <mach/iommu.h> |
32 | #include <mach/clk.h> | ||
33 | 32 | ||
34 | struct iommu_ctx_iter_data { | 33 | struct iommu_ctx_iter_data { |
35 | /* input */ | 34 | /* input */ |
@@ -168,7 +167,7 @@ static int msm_iommu_probe(struct platform_device *pdev) | |||
168 | 167 | ||
169 | if (!IS_ERR(iommu_clk)) { | 168 | if (!IS_ERR(iommu_clk)) { |
170 | if (clk_get_rate(iommu_clk) == 0) | 169 | if (clk_get_rate(iommu_clk) == 0) |
171 | clk_set_min_rate(iommu_clk, 1); | 170 | clk_set_rate(iommu_clk, 1); |
172 | 171 | ||
173 | ret = clk_prepare_enable(iommu_clk); | 172 | ret = clk_prepare_enable(iommu_clk); |
174 | if (ret) { | 173 | if (ret) { |