From 0ee48252b456f310225fa8dd0f3a9921cfcf3399 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:40 -0700 Subject: common: Move flash_perror() to flash.h This function belongs more in flash.h than common.h so move it. Also remove the space before the bracket in some calls. Signed-off-by: Simon Glass --- env/flash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'env/flash.c') diff --git a/env/flash.c b/env/flash.c index b487e6701ef..e05f7ef74b9 100644 --- a/env/flash.c +++ b/env/flash.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3