|
@@ -29,7 +29,6 @@
|
|
|
|
|
|
#include <mach/iommu_hw-8xxx.h>
|
|
|
#include <mach/iommu.h>
|
|
|
-#include <mach/clk.h>
|
|
|
|
|
|
struct iommu_ctx_iter_data {
|
|
|
/* input */
|
|
@@ -168,7 +167,7 @@ static int msm_iommu_probe(struct platform_device *pdev)
|
|
|
|
|
|
if (!IS_ERR(iommu_clk)) {
|
|
|
if (clk_get_rate(iommu_clk) == 0)
|
|
|
- clk_set_min_rate(iommu_clk, 1);
|
|
|
+ clk_set_rate(iommu_clk, 1);
|
|
|
|
|
|
ret = clk_prepare_enable(iommu_clk);
|
|
|
if (ret) {
|