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:
cad8e20
)
include/dfu.h: Audit include list
author
Tom Rini
<trini@konsulko.com>
Wed, 21 May 2025 22:51:14 +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 a forward declaration of 'struct list_head' as
it includes <linux/list.h> so remove it.
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/dfu.h
patch
|
blob
|
history
diff --git
a/include/dfu.h
b/include/dfu.h
index
12f9dfc
..
80593a9
100644
(file)
--- a/
include/dfu.h
+++ b/
include/dfu.h
@@
-173,7
+173,6
@@
struct dfu_entity {
unsigned int inited:1;
};
-struct list_head;
extern struct list_head dfu_list;
#ifdef CONFIG_SET_DFU_ALT_INFO