linux/arch/mips/generic
Paul Burton 2904cdba3e MIPS: generic: Include asm/time.h for get_c0_*_int()
arch/mips/generic/irq.c provides implementations of the
get_c0_compare_int() & get_c0_perfcount_int() functions, but doesn't
include the asm/time.h header which declares them. This leads to
warnings from sparse:

  arch/mips/generic/irq.c:36:5: warning: symbol 'get_c0_perfcount_int'
    was not declared. Should it be static?
  arch/mips/generic/irq.c:52:14: warning: symbol 'get_c0_compare_int'
    was not declared. Should it be static?

Fix this by including asm/time.h to get the declarations of
get_c0_compare_int() & get_c0_perfcount_int().

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17167/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2017-08-29 15:21:54 +02:00
..
board-boston.its.S MIPS: generic: Move Boston FIT image source to its own file 2017-08-29 15:21:52 +02:00
board-ni169445.its.S MIPS: generic: Move NI 169445 FIT image source to its own file 2017-08-29 15:21:52 +02:00
board-sead3.c MIPS: SEAD-3: Set interrupt-parent per-device, not at root node 2017-06-28 12:22:41 +02:00
init.c MIPS: generic: Include asm/bootinfo.h for plat_fdt_relocated() 2017-08-29 15:21:54 +02:00
irq.c MIPS: generic: Include asm/time.h for get_c0_*_int() 2017-08-29 15:21:54 +02:00
Kconfig MIPS: NI 169445 board support 2017-08-29 15:21:51 +02:00
kexec.c MIPS: generic/kexec: add support for a DTB passed in a separate buffer 2017-01-03 16:34:46 +01:00
Makefile MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 board 2017-06-28 12:22:40 +02:00
Platform MIPS: generic: Move NI 169445 FIT image source to its own file 2017-08-29 15:21:52 +02:00
proc.c MIPS: generic: Introduce generic DT-based board support 2016-10-06 18:04:04 +02:00
vmlinux.its.S MIPS: generic: Move NI 169445 FIT image source to its own file 2017-08-29 15:21:52 +02:00
yamon-dt.c MIPS: generic/yamon-dt: Use serial* rather than uart* aliases 2017-06-28 12:22:41 +02:00