From: Ralf Baechle Date: Tue, 29 Mar 2011 14:09:25 +0000 (+0200) Subject: MIPS: MSP: Fix build error X-Git-Tag: v2.6.39~63^2~16 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=866d7f5622cf5830b085a4471e67d4ed9106cb2e;p=~shefty%2Frdma-dev.git MIPS: MSP: Fix build error Reported and original patch by Yoichi Yuasa . Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/cevt-r4k.h b/arch/mips/include/asm/cevt-r4k.h index fa4328f9124..65f9bdd02f1 100644 --- a/arch/mips/include/asm/cevt-r4k.h +++ b/arch/mips/include/asm/cevt-r4k.h @@ -14,6 +14,9 @@ #ifndef __ASM_CEVT_R4K_H #define __ASM_CEVT_R4K_H +#include +#include + DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device); void mips_event_handler(struct clock_event_device *dev);