OPP: Staticize `lazy_opp_tables` in of.c
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 8 Jun 2023 07:25:07 +0000 (12:55 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 8 Jun 2023 07:25:07 +0000 (12:55 +0530)
commit167eb2bd947d9c04b0f6f1a5495ce4a99eeab598
tree4448fd680bd2e34cef6f62d7bfd6a11669e9c797
parentb2a2ab039bd58f51355e33d7d3fc64605d7f870d
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 <viresh.kumar@linaro.org>
drivers/opp/core.c
drivers/opp/of.c
drivers/opp/opp.h