]> 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)
commit0096cef6b5902ec42e68ef3e0274792642f08547
tree227b245544dfb84afece78fab33ba080302befb9
parentb080b44923972c4e9ee122dab385d040c0aa45a4
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