Prev: linux-next: build warning after merge of the logfs tree
Next: [PATCH] drivers: staging: dream: fix smd in makefile
From: Randy Dunlap on 6 May 2010 19:50 From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build error: drivers/media/IR/rc-map.c:51: error: implicit declaration of function 'msleep' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Mauro Carvalho Chehab <mchehab(a)infradead.org> --- 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |