linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-05 15:20 Peter Hüwe
  2010-05-11 18:42 ` Peter Hüwe
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Hüwe @ 2010-05-05 15:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linuxppc-dev
  Cc: linux-mips, linux-sh, linux-kernel, David Härdeman,
	linux-m68k, linux-media

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-16  1:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 15:20 [PATCH] media/IR: Add missing include file to rc-map.c Peter Hüwe
2010-05-11 18:42 ` Peter Hüwe
2010-05-14  6:02   ` Paul Mundt
2010-05-14 11:22     ` Peter Hüwe
2010-05-14 11:26     ` Peter Hüwe
2010-05-14 12:53       ` Stephen Rothwell
2010-05-16  1:54       ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).