From: Hans Verkuil <hverkuil@xs4all.nl>
Date: Tue, 30 Sep 2008 06:14:02 +0000 (-0300)
Subject: V4L/DVB (9159): saa5249: fix compile errors
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4f59de43ee5dd632d4068b6486e45802e6e853d;p=linux.git

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>
---

diff --git a/drivers/media/video/saa5249.c b/drivers/media/video/saa5249.c
index 421071cc99b8d..3bb959c25d9d5 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>