]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as static
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:14 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 3 Jul 2025 10:35:10 +0000 (12:35 +0200)
commitde521c6d99d755bbdfa0f1f35299a3e2b02b0dfe
tree8487f946a90239dc303dcb7c7a6e1e9e88181a78
parentd97394bf381eda85d04bec68b72dbc397744fcc3
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>
arch/mips/lantiq/xway/clk.c