diff options
author | Peter Huewe <PeterHuewe@gmx.de> | 2010-05-05 11:20:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:59:12 -0400 |
commit | a7b39036cfd1d3f868a6745e40bc99b2a8650bad (patch) | |
tree | 9d2191e22073e9b53aa176396c2276b4a6ff4a09 /drivers/media | |
parent | 83b6601c880d1b908b07952e9a5fdbe5f5c76c96 (diff) |
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.c | 1 |
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 @@ | |||
14 | 14 | ||
15 | #include <media/ir-core.h> | 15 | #include <media/ir-core.h> |
16 | #include <linux/spinlock.h> | 16 | #include <linux/spinlock.h> |
17 | #include <linux/delay.h> | ||
17 | 18 | ||
18 | /* Used to handle IR raw handler extensions */ | 19 | /* Used to handle IR raw handler extensions */ |
19 | static LIST_HEAD(rc_map_list); | 20 | static LIST_HEAD(rc_map_list); |