projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b6601
)
V4L/DVB: media/IR: Add missing include file to rc-map.c
author
Peter Huewe
<PeterHuewe@gmx.de>
Wed, 5 May 2010 15:20:21 +0000
(12:20 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 19 May 2010 15:59:12 +0000
(12:59 -0300)
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>
drivers/media/IR/rc-map.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/IR/rc-map.c
b/drivers/media/IR/rc-map.c
index caf6a27b08c2f918f0332be010676c23f2cb5821..46a8f1524b5ba7e64e64aeb4bd72d978beb64ac7 100644
(file)
--- 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);