mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
35d5cd5415
commit
9260339c0e
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user