| To: | ralf@linux-mips.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH] Include asm/time.h in cevt-r4k.h |
| From: | "Anoop P.A" <anoop.pa@gmail.com> |
| Date: | Wed, 16 Feb 2011 20:26:07 +0530 |
| Cc: | Anoop P A <anoop.pa@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=afdZGnuovKBtah44yxYrwDykYjHMBanZqAHLayrkMp0=; b=h/u3FEvDUpOIfcEE6tSLxEr4FtdYj1i2/f57zhziKBMUMpXMkbb5wJu+EHgvfYVsWq iiqWqnOUKLM0Qgld+wUlnntZj/DPZJgUwAJmBTNO73E0/Ur9ua4fhZkGXYDPMeuTbHMw eCpbkAmaTZJhsoJrNNkO5FVVp9yHCrC+b3Vx8= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=xx3/G38sV7R2DtvJNgAY/XVMCOfID4akV9KZiGHx9t9D6MGjsVoIueIPboA2XOMn57 nLjBTeg3BDWM8gMUSdKo2o9RftEPhagnbtbv78yHwBiuMBLWIa+a5zbJ8BmMLZn9UFzw z89MlmyNkaZ4s3n1T9JJdH46Hi1zT0BfZJqgI= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Anoop P A <anoop.pa@gmail.com> Following error occurs when compiling files which includes asm/cevt-r4k.h arch/mips/include/asm/cevt-r4k.h:21:56: error: 'enum clock_event_mode' declared inside parameter list arch/mips/include/asm/cevt-r4k.h:21:56: error: its scope is only this definition or declaration, which is probably not what you want This left unnoticed since we will not see this error if we include time.h before cevt-r4k.h . Signed-off-by: Anoop P A <anoop.pa@gmail.com> --- arch/mips/include/asm/cevt-r4k.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/mips/include/asm/cevt-r4k.h b/arch/mips/include/asm/cevt-r4k.h index fa4328f..ae06b7f 100644 --- a/arch/mips/include/asm/cevt-r4k.h +++ b/arch/mips/include/asm/cevt-r4k.h @@ -14,6 +14,8 @@ #ifndef __ASM_CEVT_R4K_H #define __ASM_CEVT_R4K_H +#include <asm/time.h> + DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device); void mips_event_handler(struct clock_event_device *dev); -- 1.7.0.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] ath5k: Use mips generic dma-mapping functions to avoid seqfault on AHB chips, Nikolay Ledovskikh |
|---|---|
| Next by Date: | Re: [PATCH v2] MIPS: move idle task creation to work queue, Ralf Baechle |
| Previous by Thread: | Re: [PATCH] ath5k: Use mips generic dma-mapping functions to avoid seqfault on AHB chips, Jiri Slaby |
| Next by Thread: | [PATCH] MIPS: Loongson: Kconfig: add MACH_LOONGSON dependency, Antony Pavlov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |