projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741e1f3
)
V4L/DVB (9159): saa5249: fix compile errors
author
Hans Verkuil
<hverkuil@xs4all.nl>
Tue, 30 Sep 2008 06:14:02 +0000
(
03:14
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 13 Oct 2008 11:07:50 +0000
(09:07 -0200)
Add missing include.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa5249.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/video/saa5249.c
b/drivers/media/video/saa5249.c
index 421071cc99b8dfff616062302af4a91fb4cd68ae..3bb959c25d9d5724e720cec199538d609d340073 100644
(file)
--- a/
drivers/media/video/saa5249.c
+++ b/
drivers/media/video/saa5249.c
@@
-48,6
+48,7
@@
#include <linux/i2c.h>
#include <linux/smp_lock.h>
#include <linux/mutex.h>
+#include <linux/delay.h>
#include <linux/videotext.h>
#include <linux/videodev.h>
#include <media/v4l2-common.h>