VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Viresh Kumar <viresh.kumar@linaro.org> 2020-08-20 13:18:23 +0530 committer: Viresh Kumar <viresh.kumar@linaro.org> 2020-08-24 17:04:37 +0530 commit: 8aaf6264fc7fde15864c3e4d84ccc8b3af6811f3 parent: f3364e17d5716a7356f16fe73c36cba50633ee18
Commit Summary:
opp: Remove _dev_pm_opp_find_and_remove_table() wrapper
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/opp/cpu.c b/drivers/opp/cpu.c
index b5055cc886ef..5004335cf0de 100644
--- a/drivers/opp/cpu.c
+++ b/drivers/opp/cpu.c
@@ -124,7 +124,7 @@ void _dev_pm_opp_cpumask_remove_table(const struct cpumask *cpumask,
 			continue;
 		}
 
-		_dev_pm_opp_find_and_remove_table(cpu_dev);
+		dev_pm_opp_remove_table(cpu_dev);
 	}
 }