diff options
author | Tom Rini <trini@konsulko.com> | 2025-06-28 16:43:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-07-08 13:11:12 -0600 |
commit | 643607b3f8ef8d9804f55f110832e17fc1f6c72d (patch) | |
tree | cfa5eb5431a7911105815bb5c54e6b2534a580ff | |
parent | 01feea9ab07c77195de7ab1f8d896b79e00a1985 (diff) |
include/part.h: Audit include list
This file does not need <linker_lists.h> so remove it.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/part.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h index b3a3362b2af..b772fb34c8a 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> |