commit | 8e1947774e39f18912fb2fb130e1c5bba0db0d79 | [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 | e609e131c1e06bc3ed2da01709c889934433d76c [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>