This file does not need <linker_lists.h> so remove it. Signed-off-by: Tom Rini <[email protected]> --- 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

