mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
e609e131c1
commit
8e1947774e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
#include <common.h>
|
||||
#include <adc.h>
|
||||
#include <bootm.h>
|
||||
#include <config.h>
|
||||
#include <clk.h>
|
||||
#include <dm.h>
|
||||
|
|
Loading…
Reference in a new issue