V4L/DVB (9159): saa5249: fix compile errors
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 30 Sep 2008 06:14:02 +0000 (03:14 -0300)
committerMauro 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

index 421071c..3bb959c 100644 (file)
@@ -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>