arm: mediatek: make mtk_pll_early_init() static

Make the mtk_pll_early_init() function static in several files. It is
only used within those files, so there is no need to have it in the
global namespace.

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
This commit is contained in:
David Lechner 2026-02-09 10:39:29 -06:00 committed by Tom Rini
parent 35d5cd5415
commit 9260339c0e
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
DECLARE_GLOBAL_DATA_PTR;
int mtk_pll_early_init(void)
static int mtk_pll_early_init(void)
{
unsigned long pll_rates[] = {
[CLK_APMIXED_ARMPLL] = 1250000000,

View File

@ -40,7 +40,7 @@ int dram_init_banksize(void)
return 0;
}
int mtk_pll_early_init(void)
static int mtk_pll_early_init(void)
{
unsigned long pll_rates[] = {
[CLK_APMIXED_ARMPLL] = 1300000000,