clk: tegra: periph: Make tegra_clk_periph_ops static
authorPei Xiao <xiaopei01@kylinos.cn>
Wed, 9 Jul 2025 07:37:14 +0000 (15:37 +0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 24 Jul 2025 22:29:17 +0000 (15:29 -0700)
commit65df390bc2a7351c4bca123c62e853b35a215297
tree9c921fb7ef9f2799d3d53443d385f6620785f3ac
parent2dc2ca9000eea2eb749f658196204cb84d4306f7
clk: tegra: periph: Make tegra_clk_periph_ops static

Reduce symbol visibility by converting tegra_clk_periph_ops to static.
Removed the extern declaration from clk.h as the symbol is now locally
scoped to clk-periph.c.

Signed-off-by: Pei Xiao <xiaopei01@kylinos.cn>
Link: https://lore.kernel.org/r/bda59ad46afae6e7484edf8e2f7bf23ceafe51e9.1752046270.git.xiaopei01@kylinos.cn
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/tegra/clk-periph.c
drivers/clk/tegra/clk.h