| To: | linux-next@vger.kernel.org |
|---|---|
| Subject: | Re: [PATCH] media/IR: Add missing include file to rc-map.c |
| From: | Peter Hüwe <PeterHuewe@gmx.de> |
| Date: | Fri, 14 May 2010 13:26:51 +0200 |
| Cc: | Paul Mundt <lethal@linux-sh.org>, Mauro Carvalho Chehab <mchehab@infradead.org>, linuxppc-dev@ozlabs.org, "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 |
| In-reply-to: | <20100514060240.GD12002@linux-sh.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <201005051720.22617.PeterHuewe@gmx.de> <201005112042.14889.PeterHuewe@gmx.de> <20100514060240.GD12002@linux-sh.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> --- Forwarded to linux-next mailing list - breakage still exists in linux-next of 20100514 - please apply 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] media/IR: Add missing include file to rc-map.c, Peter Hüwe |
|---|---|
| Next by Date: | Re: [PATCH] media/IR: Add missing include file to rc-map.c, Stephen Rothwell |
| Previous by Thread: | Re: [PATCH] media/IR: Add missing include file to rc-map.c, Peter Hüwe |
| Next by Thread: | Re: [PATCH] media/IR: Add missing include file to rc-map.c, Stephen Rothwell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |