]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/dfu.h: Audit include list
authorTom Rini <trini@konsulko.com>
Wed, 21 May 2025 22:51:14 +0000 (16:51 -0600)
committerTom 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

index 12f9dfcdfcdf0b1c1b8c9142d2e73c38c65490ff..80593a906fd2eda692f047598305ea2ee66f2866 100644 (file)
@@ -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