aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorPeter Huewe <PeterHuewe@gmx.de>2010-05-05 12:20:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:59:12 -0300
commita7b39036cfd1d3f868a6745e40bc99b2a8650bad (patch)
tree9d2191e22073e9b53aa176396c2276b4a6ff4a09 /drivers/media
parentV4L/DVB: dvb/stv6110x: cleanup error handling (diff)
downloadlinux-dev-a7b39036cfd1d3f868a6745e40bc99b2a8650bad.tar.xz
linux-dev-a7b39036cfd1d3f868a6745e40bc99b2a8650bad.zip
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 <peterhuewe@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/IR/rc-map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27b08c2..46a8f1524b5b 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);