diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-19 08:08:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:42:57 -0300 |
commit | 2883913c5e06a04d04eeeae9ad7ff9b737559355 (patch) | |
tree | a29990536be652ddbfe1ccab457458a636104120 | |
parent | c2179ad87240cf31b751f198c55140211e8cef89 (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>
-rw-r--r-- | drivers/media/video/bt819.c | 1 |
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> |