From 9c51981d96f10c6a33bcb09f076efddf4154f853 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 27 Apr 2024 08:11:06 -0600 Subject: post: Remove and add needed includes Remove from all "post/" files and when needed add missing include files directly. Signed-off-by: Tom Rini --- post/drivers/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post/drivers/flash.c') diff --git a/post/drivers/flash.c b/post/drivers/flash.c index a1fcf1f135d..21e2f940fe9 100644 --- a/post/drivers/flash.c +++ b/post/drivers/flash.c @@ -7,7 +7,7 @@ */ #if CFG_POST & CFG_SYS_POST_FLASH -#include +#include #include #include #include -- cgit v1.2.3