From 1585d92a05517f5f0278dccb8d0a03012960d790 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 May 2025 16:51:14 -0600 Subject: [PATCH] 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 --- include/dfu.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2