From 167eb2bd947d9c04b0f6f1a5495ce4a99eeab598 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Thu, 8 Jun 2023 12:55:07 +0530 Subject: OPP: Staticize `lazy_opp_tables` in of.c `lazy_opp_tables` is only used in of.c, move it there and mark it `static`. Signed-off-by: Viresh Kumar --- drivers/opp/of.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/opp/of.c') diff --git a/drivers/opp/of.c b/drivers/opp/of.c index 8246e9b7afe7..c740a907ef76 100644 --- a/drivers/opp/of.c +++ b/drivers/opp/of.c @@ -21,6 +21,9 @@ #include "opp.h" +/* OPP tables with uninitialized required OPPs */ +static LIST_HEAD(lazy_opp_tables); + /* * Returns opp descriptor node for a device node, caller must * do of_node_put(). -- cgit v1.2.3