The variable is wholly unused, so just drop it for now. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- drivers/firmware/ti_sci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/firmware/ti_sci.c b/drivers/firmware/ti_sci.c index 2e930064f474..c81e8aa1e742 100644 --- a/drivers/firmware/ti_sci.c +++ b/drivers/firmware/ti_sci.c @@ -15,9 +15,6 @@ #include "ti_sci.h" -/* List of all TI SCI devices active in system */ -static LIST_HEAD(ti_sci_list); - /** * struct ti_sci_xfer - Structure representing a message flow * @tx_message: Transmit message -- 2.39.2