]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: lantiq: falcon: fix misc missing-prototypes warnings
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:20 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 3 Jul 2025 10:35:11 +0000 (12:35 +0200)
commitd97930fbf2d2aa00e7da9be7f128754920486953
tree21deec0ec2e640145b39cbbf689d06732d0bff6d
parent3f8565be1e848de86c1cc98285ac27a4a9bcb161
MIPS: lantiq: falcon: fix misc missing-prototypes warnings

Fix the following build warnings:

arch/mips/lantiq/falcon/prom.c:39:13: error: no previous prototype for 'ltq_soc_nmi_setup' [-Werror=missing-prototypes]
   39 | void __init ltq_soc_nmi_setup(void)
      |             ^~~~~~~~~~~~~~~~~
arch/mips/lantiq/falcon/prom.c:46:13: error: no previous prototype for 'ltq_soc_ejtag_setup' [-Werror=missing-prototypes]
   46 | void __init ltq_soc_ejtag_setup(void)
      |             ^~~~~~~~~~~~~~~~~~~

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