summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-10-19 13:59:14 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-11-09 01:22:19 +0300
commitcd6ce860eb1920568361cf270fe4f89674cf411b (patch)
tree6f4808e545060ad762803204b7e1cc96733f0fda /drivers/tty
parentd9278077385fd9207c00104fe6797283a099b061 (diff)
downloadlinux-cd6ce860eb1920568361cf270fe4f89674cf411b.tar.xz
cpufreq: arm_big_little: make function arguments and structure pointer const
Make the arguments of functions bL_cpufreq_{register/unregister} as const as the ops pointer does not modify the fields of the cpufreq_arm_bL_ops structure it points to. The pointer arm_bL_ops is also getting initialized with ops but the pointer does not modify the fields. So, make the function argument and the structure pointer const. Add const to function prototypes too. 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>
Diffstat (limited to 'drivers/tty')
0 files changed, 0 insertions, 0 deletions