[PATCH 20/31] sandbox: Drop inclusion of os.h in sscanf.c

Simon Glass sjg at chromium.org
Tue Apr 25 01:08:25 CEST 2023


There is no need for this file and it should not be included unless
sandbox is being used. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 lib/sscanf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/sscanf.c b/lib/sscanf.c
index 4c35c035fe10..b79f6d79255c 100644
--- a/lib/sscanf.c
+++ b/lib/sscanf.c
@@ -17,7 +17,6 @@
 
 #if !defined HAVE_LIBC
 
-#include <os.h>
 #include <linux/kernel.h>
 #include <linux/ctype.h>
 #include <vsprintf.h>
-- 
2.40.0.634.g4ca3ef3211-goog



More information about the U-Boot mailing list