[PATCH] media/IR: Add missing include file to rc-map.c

Previous thread: [PATCH -tip] x86,perf: P4 PMU -- protect sensible procedures from preemption by Cyrill Gorcunov on Wednesday, May 5, 2010 - 8:07 am. (13 messages)

Next thread: ***IMPORTANT NOTICE*** by Webmail Help Desk on Wednesday, May 5, 2010 - 8:17 am. (1 message)
From: Peter =?iso-8859-1?q?H=FCwe?=
Date: Wednesday, May 5, 2010 - 8:20 am

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

--

From: Peter =?iso-8859-1?q?H=FCwe?=
Date: Tuesday, May 11, 2010 - 11:42 am

Any updates on this patch?
Issue still exists with today's linux-next tree

Thanks,
Peter
--

From: Paul Mundt
Date: Thursday, May 13, 2010 - 11:02 pm

You might want to send this to the linux-next list at least. If the
people who introduced the breakage are unresponsive (as often tends to be
the case with -next) it's still worth getting trivial fixes rolled in for
the interim. This change doesn't exist outside of -next and whatever tree
introduced it, so there's not much else anyone can do about it at
present.
--

From: Peter =?iso-8859-1?q?H=FCwe?=
Date: Friday, May 14, 2010 - 4:26 am

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
--

From: Stephen Rothwell
Date: Friday, May 14, 2010 - 5:53 am

Hi Peter,


This patch was included in the v4l-dvb tree (and thus linux-next) today
-see commit 1e19cb4e7d15d724cf2c6ae23f0b871c84a92790.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From: Mauro Carvalho Chehab
Date: Saturday, May 15, 2010 - 6:54 pm

Sorry for not answer earlier. I was traveling. Anyway, this
patch got applied on May, 12:



-- 

Cheers,
Mauro
--

Previous thread: [PATCH -tip] x86,perf: P4 PMU -- protect sensible procedures from preemption by Cyrill Gorcunov on Wednesday, May 5, 2010 - 8:07 am. (13 messages)

Next thread: ***IMPORTANT NOTICE*** by Webmail Help Desk on Wednesday, May 5, 2010 - 8:17 am. (1 message)