Loading drivers/cpufreq/qcom-cpufreq-hw.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. */ #include <linux/bitfield.h> Loading Loading @@ -37,7 +37,7 @@ enum { }; static unsigned long cpu_hw_rate, xo_rate; static const size_t *offsets; static const u16 *offsets; static unsigned int lut_row_size = LUT_ROW_SIZE; static bool accumulative_counter; Loading Loading
drivers/cpufreq/qcom-cpufreq-hw.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. */ #include <linux/bitfield.h> Loading Loading @@ -37,7 +37,7 @@ enum { }; static unsigned long cpu_hw_rate, xo_rate; static const size_t *offsets; static const u16 *offsets; static unsigned int lut_row_size = LUT_ROW_SIZE; static bool accumulative_counter; Loading