From a7b39036cfd1d3f868a6745e40bc99b2a8650bad Mon Sep 17 00:00:00 2001 From: Peter Huewe Date: Wed, 5 May 2010 12:20:21 -0300 Subject: [PATCH] V4L/DVB: media/IR: Add missing include file to rc-map.c This patch adds a missing include linux/delay.h to prevent build failures[1-5] Signed-off-by: Peter Huewe Signed-off-by: Mauro Carvalho Chehab --- drivers/media/IR/rc-map.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include /* Used to handle IR raw handler extensions */ static LIST_HEAD(rc_map_list); -- 1.8.2.3