aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/saa5249.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-09-30 03:14:02 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 09:07:50 -0200
commitd4f59de43ee5dd632d4068b6486e45802e6e853d (patch)
treef3c170809968d51517ec8958e8085c1c89269fb6 /drivers/media/video/saa5249.c
parent741e1f3b81c22c81f4ef401856cd22cad0bbd554 (diff)
V4L/DVB (9159): saa5249: fix compile errors
Add missing include. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa5249.c')
-rw-r--r--drivers/media/video/saa5249.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa5249.c b/drivers/media/video/saa5249.c
index 421071cc99b8..3bb959c25d9d 100644
--- 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>