commit | c1737e6403899fcd9d278d132fba9d7b6d7dd1f5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 21 16:51:09 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 02 17:26:15 2025 -0600 |
tree | 9d676aa3fc918dff8e6d0876af273001e2fabccd | |
parent | 3b76ed68121a7ced83eb69e7072ce597c4245559 [diff] [blame] |
include/bootflow.h: Audit include list This file does not need <linux/list.h> but does directly need <linux/types.h>. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/bootflow.h b/include/bootflow.h index d408b8c..5a9ac5e 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;