From 25d436a6241cc315213e90d2a8e407cf8b5e63bb Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Fri, 5 Jul 2019 17:20:19 +0200 Subject: [PATCH] stm32mp1: cosmetic: remove unnecessary include Remove post.h include as it is used in spl.c Signed-off-by: Patrick Delaunay --- board/st/stm32mp1/spl.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include #include #include -- 2.7.4