[PATCH 09/17] include/dfu.h: Audit include list
Tom Rini
trini at konsulko.com
Thu May 22 00:51:14 CEST 2025
This file does not need a forward declaration of 'struct list_head' as
it includes <linux/list.h> so remove it.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Mattijs Korpershoek <mkorpershoek at kernel.org>
---
include/dfu.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/dfu.h b/include/dfu.h
index 12f9dfcdfcdf..80593a906fd2 100644
--- 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
--
2.43.0
More information about the U-Boot
mailing list