MIPS: lantiq: xway: mark dcdc_init() as static
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:16 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 2 Jul 2025 11:37:15 +0000 (13:37 +0200)
commitc714186debb45fc88098b666d46cb29ff728e06d
treea6b4c0faf56188195954d31d884ab033555660a7
parent50162a0c6e014c4954ee4443109b7a4251b377fc
MIPS: lantiq: xway: mark dcdc_init() as static

Fix the following missing-prototypes build warning:

arch/mips/lantiq/xway/dcdc.c:49:12: error: no previous prototype for 'dcdc_init' [-Werror=missing-prototypes]
   49 | int __init dcdc_init(void)
      |            ^~~~~~~~~

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/lantiq/xway/dcdc.c