[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201005141326.52099.PeterHuewe@gmx.de>
Date: Fri, 14 May 2010 13:26:51 +0200
From: Peter Hüwe <PeterHuewe@....de>
To: linux-next@...r.kernel.org
Cc: Paul Mundt <lethal@...ux-sh.org>,
Mauro Carvalho Chehab <mchehab@...radead.org>,
linuxppc-dev@...abs.org, "David H?rdeman" <david@...deman.nu>,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-sh@...r.kernel.org, linux-mips@...ux-mips.org,
linux-m68k@...ts.linux-m68k.org
Subject: Re: [PATCH] media/IR: Add missing include file to rc-map.c
From: Peter Huewe <peterhuewe@....de>
This patch adds a missing include linux/delay.h to prevent
build failures[1-5]
Signed-off-by: Peter Huewe <peterhuewe@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists