Hi all,
After merging the qcom tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/soc/qcom/qcom_stats.c: In function 'qcom_ddr_stats_print':
drivers/soc/qcom/qcom_stats.c:167:16: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
167 | type = FIELD_GET(DDR_NAME_TYPE, entry->name);
| ^~~~~~~~~
cc1: some warnings being treated as errors
Caused by commit
4a55812229a7 ("soc: qcom: stats: Add DDR sleep stats")
I have used the qcom tree from next-20231201 for today.
--
Cheers,
Stephen Rothwell