diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-21 16:51:14 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-02 17:26:15 -0600 |
commit | 1585d92a05517f5f0278dccb8d0a03012960d790 (patch) | |
tree | 471433e6c1accf51354599f147506effa19dae0b | |
parent | cad8e2033332c1693d03fbdcb1c07f788974c2ec (diff) |
include/dfu.h: Audit include list
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>
-rw-r--r-- | include/dfu.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |