| To: | Mauro Carvalho Chehab <mchehab@infradead.org>, linuxppc-dev@ozlabs.org |
|---|---|
| Subject: | [PATCH] media/IR: Add missing include file to rc-map.c |
| From: | Peter Hüwe <PeterHuewe@gmx.de> |
| Date: | Wed, 5 May 2010 17:20:21 +0200 |
| Cc: | "David Härdeman" <david@hardeman.nu>, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, linux-mips@linux-mips.org, linux-m68k@lists.linux-m68k.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.12.4 (Linux/2.6.33.2; KDE/4.3.5; x86_64; ; ) |
From: Peter Huewe <peterhuewe@gmx.de> This patch adds a missing include linux/delay.h to prevent build failures[1-5] Signed-off-by: Peter Huewe <peterhuewe@gmx.de> --- KernelVersion: linux-next-20100505 References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/ [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/ [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/ [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/ [5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/ drivers/media/IR/rc-map.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c index caf6a27..46a8f15 100644 --- a/drivers/media/IR/rc-map.c +++ b/drivers/media/IR/rc-map.c @@ -14,6 +14,7 @@ #include <media/ir-core.h> #include <linux/spinlock.h> +#include <linux/delay.h> /* Used to handle IR raw handler extensions */ static LIST_HEAD(rc_map_list); -- 1.6.4.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v3 4/4] MIPS: add support for hardware performance events, Jamie Iles |
|---|---|
| Next by Date: | Re: [MIPS] FPU emulator: allow Cause bits of FCSR to be writeable by ctc1, Kevin D. Kissell |
| Previous by Thread: | [PATCH v3 0/4] MIPS performance event support v3, Deng-Cheng Zhu |
| Next by Thread: | Re: [PATCH] media/IR: Add missing include file to rc-map.c, Peter Hüwe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |