linux/arch/mips/ralink
Mieczyslaw Nalewaj f13e645e15 MIPS: ralink: add missing header include
Add the missing header "asm/time.h" which defines the function
prototypes of get_c0_perfcount_int() and get_c0_compare_int().
This patch fixes the following build warnings:

arch/mips/ralink/irq.c:86:5: error: no previous prototype for 'get_c0_perfcount_int' [-Werror=missing-prototypes]
   86 | int get_c0_perfcount_int(void)
      |     ^~~~~~~~~~~~~~~~~~~~
arch/mips/ralink/irq.c:92:14: error: no previous prototype for 'get_c0_compare_int' [-Werror=missing-prototypes]
   92 | unsigned int get_c0_compare_int(void)
      |              ^~~~~~~~~~~~~~~~~~

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2025-07-02 13:23:01 +02:00
..
bootrom.c
clk.c
common.h
early_printk.c
ill_acc.c
irq-gic.c MIPS: ralink: Fix missing get_c0_perfcount_int prototype 2024-08-29 10:29:28 +02:00
irq.c MIPS: ralink: add missing header include 2025-07-02 13:23:01 +02:00
Kconfig clocksource/drivers/ralink: Add Ralink System Tick Counter driver 2024-11-13 13:49:33 +01:00
Makefile clocksource/drivers/ralink: Add Ralink System Tick Counter driver 2024-11-13 13:49:33 +01:00
mt7620.c
mt7621.c
of.c
Platform
prom.c
reset.c
rt288x.c
rt305x.c
rt3883.c
timer-gic.c MIPS: ralink: Fix missing plat_time_init prototype 2024-08-29 10:29:08 +02:00
timer.c MIPS: ralink: Don't use "proxy" headers 2024-03-11 13:57:18 +01:00