diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:09 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:15 -0600 |
| commit | 48703b2d6b7c87a523e794a711fe5c0d86f15093 (patch) | |
| tree | 9d676aa3fc918dff8e6d0876af273001e2fabccd /include/bootflow.h | |
| parent | 377c75f8c5588126259ff82bd33eaa3090853cb8 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/bootflow.h')
| -rw-r--r-- | include/bootflow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootflow.h b/include/bootflow.h index d408b8c85bd..5a9ac5ed3b3 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; |
