[PATCH -next] IR: add header file to fix build

From: Randy Dunlap
Date: Thu May 06 2010 - 19:41:54 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix build error:
drivers/media/IR/rc-map.c:51: error: implicit declaration of function 'msleep'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>
---
drivers/media/IR/rc-map.c | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20100506.orig/drivers/media/IR/rc-map.c
+++ linux-next-20100506/drivers/media/IR/rc-map.c
@@ -13,6 +13,7 @@
*/

#include <media/ir-core.h>
+#include <linux/delay.h>
#include <linux/spinlock.h>

/* Used to handle IR raw handler extensions */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/