commit | 25d436a6241cc315213e90d2a8e407cf8b5e63bb | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 05 17:20:19 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:18:53 2019 +0200 |
tree | ebd925697a9b23e011bf834935917ae5d4a4fe28 | |
parent | 526558c63bf60f8a5d059e0e121ae0b4ae3e8056 [diff] |
stm32mp1: cosmetic: remove unnecessary include Remove post.h include as it is used in spl.c Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
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>