V4L/DVB: media/IR: Add missing include file to rc-map.c
authorPeter Huewe <PeterHuewe@gmx.de>
Wed, 5 May 2010 15:20:21 +0000 (12:20 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:59:12 +0000 (12:59 -0300)
This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/rc-map.c

index caf6a27..46a8f15 100644 (file)
@@ -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);