diff mbox series

[U-Boot,12/16] stm32mp1: cosmetic: remove unnecessary include

Message ID 1561123314-709-13-git-send-email-patrick.delaunay@st.com
State Superseded
Delegated to: Patrick Delaunay
Headers show
Series stm32m1 patches for v2017.10 | expand

Commit Message

Patrick DELAUNAY June 21, 2019, 1:21 p.m. UTC
Remove post.h include as it is used in spl.c

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 board/st/stm32mp1/spl.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/st/stm32mp1/spl.c b/board/st/stm32mp1/spl.c
index a7844f2..e19be0f 100644
--- a/board/st/stm32mp1/spl.c
+++ b/board/st/stm32mp1/spl.c
@@ -9,7 +9,6 @@ 
 #include <dm.h>
 #include <ram.h>
 #include <asm/io.h>
-#include <post.h>
 #include <power/pmic.h>
 #include <power/stpmic1.h>
 #include <asm/arch/ddr.h>