Home
last modified time | relevance | path

Searched hist:b1391b294ca7803f46bc47048b4a02a15dda9a16 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/st/common/
H A Dbl2_io_storage.cb1391b294ca7803f46bc47048b4a02a15dda9a16 Fri May 06 13:27:32 UTC 2022 Yann Gautier <yann.gautier@st.com> fix(st): add missing header include

This issue is triggered when enabling -Wmissing-prototypes:
plat/st/common/bl2_io_storage.c:114:5: warning: no previous prototype
for 'open_fip' [-Wmissing-prototypes]
114 | int open_fip(const uintptr_t spec)
| ^~~~~~~~
plat/st/common/bl2_io_storage.c:119:5: warning: no previous prototype
for 'open_storage' [-Wmissing-prototypes]
119 | int open_storage(const uintptr_t spec)
| ^~~~~~~~~~~~

Add missing stm32mp_io_storage.h header include, where those functions
prototypes are defined.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I2af69fadfc4780553f41b338cd93b731210672a6