diff --git a/target/linux/ipq40xx/patches-6.6/104-clk-fix-apss-cpu-overclocking.patch b/target/linux/ipq40xx/patches-6.6/104-clk-fix-apss-cpu-overclocking.patch index a2d9fac1ec2..378e530ef6f 100644 --- a/target/linux/ipq40xx/patches-6.6/104-clk-fix-apss-cpu-overclocking.patch +++ b/target/linux/ipq40xx/patches-6.6/104-clk-fix-apss-cpu-overclocking.patch @@ -49,8 +49,8 @@ Signed-off-by: John Crispin }; + -+const struct freq_tbl *qcom_find_freq_close(const struct freq_tbl *f, -+ unsigned long rate) ++static const struct freq_tbl * ++qcom_find_freq_close(const struct freq_tbl *f, unsigned long rate) +{ + const struct freq_tbl *last = NULL; +