]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MIPS: ralink: Fix missing `get_c0_perfcount_int` prototype
authorVincent Legoll <vincent.legoll@gmail.com>
Mon, 12 Aug 2024 13:17:43 +0000 (15:17 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 29 Aug 2024 08:29:28 +0000 (10:29 +0200)
commit9fd2ba4bf139bfe7781a24649d57133bd8af3624
treec305ef30351e501cb0de534bd83663c074f5744a
parent4f3089ad555601b494c91aa9dfbf9c3060cc3e73
MIPS: ralink: Fix missing `get_c0_perfcount_int` prototype

Fix the following warning:

  CC      arch/mips/ralink/irq-gic.o
arch/mips/ralink/irq-gic.c:15:5: warning: no previous prototype for 'get_c0_perfcount_int' [-Wmissing-prototypes]
   15 | int get_c0_perfcount_int(void)
      |     ^~~~~~~~~~~~~~~~~~~~

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