commit | 500401f68426db604d6abacc85ed4fb92c80cb74 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jun 21 15:26:40 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:50:54 2019 +0200 |
tree | fdf50142c69de12fc9ddec96f55b9867d58ae90b | |
parent | 1b03eb0454760142d9421e39c490a86959e01d2a [diff] |
board: stm32mp1: Fix warnings when compiling with W=1 This patch solves the following warnings: warning: no previous prototype for 'board_quiesce_devices' [-Wmissing-prototypes] void board_quiesce_devices(void) ^~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>