commit | 39531c6984ed2e0bc2697c7bc71d753651af76ef | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Nov 18 14:04:03 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Jan 06 10:39:11 2023 +0100 |
tree | 0ee51c2965213c6cd166830207dff2af1da0e2da | |
parent | 7f9710fae62cc77edf39692dcb72460245955295 [diff] |
fix(fconf): make struct fconf_populator static In FCONF_REGISTER_POPULATOR macro, add static for the fconf_populator struct. This avoids this kind of sparse warning: plat/st/common/stm32mp_fconf_io.c:181:1: warning: symbol 'stm32mp_io__populator' was not declared. Should it be static? Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Icaa7da3079e82497e112585150f6348ef2ebf5e6