]> www.infradead.org Git - users/willy/xarray.git/commit
MIPS: ralink: Fix missing `plat_time_init` prototype
authorVincent Legoll <vincent.legoll@gmail.com>
Mon, 12 Aug 2024 13:17:42 +0000 (15:17 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 29 Aug 2024 08:29:08 +0000 (10:29 +0200)
commit4f3089ad555601b494c91aa9dfbf9c3060cc3e73
treed34a872a35fbca234f35d1bb274b0be31d793f6c
parent5be63fc19fcaa4c236b307420483578a56986a37
MIPS: ralink: Fix missing `plat_time_init` prototype

Fix the following warning:

  CC      arch/mips/ralink/timer-gic.o
arch/mips/ralink/timer-gic.c:18:13: warning: no previous prototype for 'plat_time_init' [-Wmissing-prototypes]
   18 | void __init plat_time_init(void)
      |             ^~~~~~~~~~~~~~

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/ralink/timer-gic.c