From: Patrick Delaunay Date: Fri, 21 Jun 2019 13:26:40 +0000 (+0200) Subject: board: stm32mp1: Fix warnings when compiling with W=1 X-Git-Tag: v2019.10-rc1~30^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e1947774e39f18912fb2fb130e1c5bba0db0d79;p=oweals%2Fu-boot.git 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 Signed-off-by: Patrick Delaunay --- diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index ff4907d44a..b99c6c08a3 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -4,6 +4,7 @@ */ #include #include +#include #include #include #include