[PATCH v2 13/30] sandbox: Drop inclusion of os.h in sscanf.c
Simon Glass
sjg at chromium.org
Sun Apr 30 03:29:46 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>
---
(no changes since v1)
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.1.495.gc816e09b53d-goog
More information about the U-Boot
mailing list