MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as static

Fix the following missing-prototypes warning:

arch/mips/lantiq/xway/clk.c:77:15: error: no previous prototype for 'ltq_ar9_sys_hz' [-Werror=missing-prototypes]
   77 | unsigned long ltq_ar9_sys_hz(void)
      |               ^~~~~~~~~~~~~~

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Shiji Yang 2025-06-18 22:53:14 +08:00 committed by Thomas Bogendoerfer
parent d97394bf38
commit de521c6d99

View file

@ -74,7 +74,7 @@ unsigned long ltq_danube_pp32_hz(void)
return clk;
}
unsigned long ltq_ar9_sys_hz(void)
static unsigned long ltq_ar9_sys_hz(void)
{
if (((ltq_cgu_r32(CGU_SYS) >> 3) & 0x3) == 0x2)
return CLOCK_393M;