[PATCH 04/17] include/bootflow.h: Audit include list
Tom Rini
trini at konsulko.com
Thu May 22 00:51:09 CEST 2025
This file does not need <linux/list.h> but does directly need
<linux/types.h>.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Simon Glass <sjg at chromium.org>
---
include/bootflow.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/bootflow.h b/include/bootflow.h
index d408b8c85bd1..5a9ac5ed3b33 100644
--- a/include/bootflow.h
+++ b/include/bootflow.h
@@ -11,7 +11,7 @@
#include <bootdev.h>
#include <image.h>
#include <dm/ofnode_decl.h>
-#include <linux/list.h>
+#include <linux/types.h>
struct bootstd_priv;
struct expo;
--
2.43.0
More information about the U-Boot
mailing list