This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-dvb.git tree:
Subject: V4L/DVB: media/IR: Add missing include file to rc-map.c Author: Peter Huewe <[email protected]> Date: Wed May 5 12:20:21 2010 -0300 This patch adds a missing include linux/delay.h to prevent build failures[1-5] Signed-off-by: Peter Huewe <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/IR/rc-map.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=1e19cb4e7d15d724cf2c6ae23f0b871c84a92790 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); _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
