diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-09-30 03:14:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 09:07:50 -0200 |
commit | d4f59de43ee5dd632d4068b6486e45802e6e853d (patch) | |
tree | f3c170809968d51517ec8958e8085c1c89269fb6 /drivers/media/video/saa5249.c | |
parent | 741e1f3b81c22c81f4ef401856cd22cad0bbd554 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa5249.c b/drivers/media/video/saa5249.c index 421071cc99b..3bb959c25d9 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> |