Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: MSP: Fix build error

Reported and original patch by Yoichi Yuasa <yuasa@linux-mips.org>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+3
+3
arch/mips/include/asm/cevt-r4k.h
··· 14 14 #ifndef __ASM_CEVT_R4K_H 15 15 #define __ASM_CEVT_R4K_H 16 16 17 + #include <linux/clockchips.h> 18 + #include <asm/time.h> 19 + 17 20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device); 18 21 19 22 void mips_event_handler(struct clock_event_device *dev);