mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user