]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: arm_big_little: make cpufreq_arm_bL_ops structures const
authorBhumika Goyal <bhumirks@gmail.com>
Thu, 19 Oct 2017 10:59:15 +0000 (12:59 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 8 Nov 2017 22:22:20 +0000 (23:22 +0100)
commit6e0ee32b372e5284ad4b8b2c37b4a239e25ea5f1
tree227b245544dfb84afece78fab33ba080302befb9
parente489c5d6a70fffe6e0af226cda62b528984406b1
cpufreq: arm_big_little: make cpufreq_arm_bL_ops structures const

Make these const as they are only getting passed to the functions
bL_cpufreq_{register/unregister} having the arguments as const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/arm_big_little_dt.c
drivers/cpufreq/scpi-cpufreq.c
drivers/cpufreq/vexpress-spc-cpufreq.c