From: Tom Rini Date: Wed, 21 May 2025 22:51:14 +0000 (-0600) Subject: include/dfu.h: Audit include list X-Git-Tag: v2025.10-rc1~118^2~52^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1585d92a05517f5f0278dccb8d0a03012960d790;p=thirdparty%2Fu-boot.git include/dfu.h: Audit include list This file does not need a forward declaration of 'struct list_head' as it includes so remove it. Reviewed-by: Mattijs Korpershoek Signed-off-by: Tom Rini --- diff --git a/include/dfu.h b/include/dfu.h index 12f9dfcdfcd..80593a906fd 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