git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48703b2
)
include/bootstd.h: Audit include list
author
Tom Rini
<trini@konsulko.com>
Wed, 21 May 2025 22:51:10 +0000
(16:51 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 2 Jun 2025 23:26:15 +0000
(17:26 -0600)
This file does not need <linux/list.h> so remove it.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/bootstd.h
patch
|
blob
|
history
diff --git
a/include/bootstd.h
b/include/bootstd.h
index
2bc4647
..
f2fb5f5
100644
(file)
--- a/
include/bootstd.h
+++ b/
include/bootstd.h
@@
-11,7
+11,6
@@
#include <alist.h>
#include <dm/ofnode_decl.h>
-#include <linux/list.h>
#include <linux/types.h>
struct udevice;