aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/scpi-cpufreq.c
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2019-10-18 11:37:45 +0100
committerViresh Kumar <viresh.kumar@linaro.org>2019-10-21 16:23:58 +0530
commit1b82a4b5d331ba3814a53f2fc289c2d2716bd3fd (patch)
tree5e3611e146a933654a6649e5a50227dd8eefd90e /drivers/cpufreq/scpi-cpufreq.c
parentARM: dts: Add OPP-V2 table for AM3517 (diff)
downloadlinux-dev-1b82a4b5d331ba3814a53f2fc289c2d2716bd3fd.tar.xz
linux-dev-1b82a4b5d331ba3814a53f2fc289c2d2716bd3fd.zip
cpufreq: scpi: remove stale/outdated comment about the driver
Commit 343a8d17fa8d ("cpufreq: scpi: remove arm_big_little dependency") removed the arm_big_little dependency from scpi driver and doesn't provide any ops to arm_big_little cpufreq driver. Lets remove that stale comment. Acked-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/cpufreq/scpi-cpufreq.c')
-rw-r--r--drivers/cpufreq/scpi-cpufreq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cpufreq/scpi-cpufreq.c b/drivers/cpufreq/scpi-cpufreq.c
index 2b51e0718c9f..20d1f85d5f5a 100644
--- a/drivers/cpufreq/scpi-cpufreq.c
+++ b/drivers/cpufreq/scpi-cpufreq.c
@@ -1,8 +1,6 @@
/*
* System Control and Power Interface (SCPI) based CPUFreq Interface driver
*
- * It provides necessary ops to arm_big_little cpufreq driver.
- *
* Copyright (C) 2015 ARM Ltd.
* Sudeep Holla <sudeep.holla@arm.com>
*