diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 20:26:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-23 19:00:22 -0300 |
commit | 2864462eaf027ff10c1df1ce57d3518332e9083c (patch) | |
tree | 8c8821332b24f050601b5e1cc584752aa541034e /drivers/media/video/stradis.c | |
parent | 35ea11ff84719b1bfab2909903a9640a86552fd1 (diff) |
V4L/DVB (8434): Fix x86_64 compilation and move some macros to v4l2-ioctl.h
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/stradis.c')
-rw-r--r-- | drivers/media/video/stradis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/stradis.c b/drivers/media/video/stradis.c index c109511f21e..6ace8923b79 100644 --- a/drivers/media/video/stradis.c +++ b/drivers/media/video/stradis.c @@ -43,6 +43,7 @@ #include <linux/vmalloc.h> #include <linux/videodev.h> #include <media/v4l2-common.h> +#include <media/v4l2-ioctl.h> #include "saa7146.h" #include "saa7146reg.h" |