OSDN Git Service

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)
commit0011c6da99ddc428a35456d5819d6e476005f6f2
tree227b245544dfb84afece78fab33ba080302befb9
parentcd6ce860eb1920568361cf270fe4f89674cf411b
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