[PATCH] firmware: ti_sci: drop unused ti_sci_list
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Jul 16 04:56:37 PDT 2024
The variable is wholly unused, so just drop it for now.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
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
More information about the barebox
mailing list