projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e609e13
)
board: stm32mp1: Fix warnings when compiling with W=1
author
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 21 Jun 2019 13:26:40 +0000
(15:26 +0200)
committer
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 12 Jul 2019 09:50:54 +0000
(11:50 +0200)
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>
board/st/stm32mp1/stm32mp1.c
patch
|
blob
|
history
diff --git
a/board/st/stm32mp1/stm32mp1.c
b/board/st/stm32mp1/stm32mp1.c
index ff4907d44aa027e086148d994c5138f3e657c37c..b99c6c08a34262e91a11d8cb8d2ddfaa11c0e0e5 100644
(file)
--- a/
board/st/stm32mp1/stm32mp1.c
+++ b/
board/st/stm32mp1/stm32mp1.c
@@
-4,6
+4,7
@@
*/
#include <common.h>
#include <adc.h>
+#include <bootm.h>
#include <config.h>
#include <clk.h>
#include <dm.h>