[PATCH 2/5] include/part.h: Audit include list
Tom Rini
trini at konsulko.com
Sun Jun 29 00:43:49 CEST 2025
This file does not need <linker_lists.h> so remove it.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/part.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/part.h b/include/part.h
index 7075b2cb1164..c380c21dd4c1 100644
--- a/include/part.h
+++ b/include/part.h
@@ -8,7 +8,6 @@
#include <blk.h>
#include <u-boot/uuid.h>
-#include <linker_lists.h>
#include <linux/errno.h>
#include <linux/list.h>
--
2.43.0
More information about the U-Boot
mailing list