summaryrefslogtreecommitdiff
path: root/drivers/media/video/bt819.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-19 08:08:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:57 -0300
commit2883913c5e06a04d04eeeae9ad7ff9b737559355 (patch)
treea29990536be652ddbfe1ccab457458a636104120 /drivers/media/video/bt819.c
parentc2179ad87240cf31b751f198c55140211e8cef89 (diff)
V4L/DVB (10720): bt819: that delay include is needed after all.
Thanks to Jean Delvare for pointing this out. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt819.c')
-rw-r--r--drivers/media/video/bt819.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt819.c b/drivers/media/video/bt819.c
index ce2a8f3ef64d..821af1269293 100644
--- a/drivers/media/video/bt819.c
+++ b/drivers/media/video/bt819.c
@@ -31,6 +31,7 @@
#include <linux/module.h>
#include <linux/types.h>
#include <linux/ioctl.h>
+#include <linux/delay.h>
#include <asm/uaccess.h>
#include <linux/i2c.h>
#include <linux/i2c-id.h>