diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index b76abb9b8961..9a02515fe18b 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <asm/div64.h> | 33 | #include <asm/div64.h> |
34 | 34 | ||
35 | #include "cx88.h" | 35 | #include "cx88.h" |
36 | #include <media/v4l2-common.h> | ||
36 | 37 | ||
37 | /* Include V4L1 specific functions. Should be removed soon */ | 38 | /* Include V4L1 specific functions. Should be removed soon */ |
38 | #include <linux/videodev.h> | 39 | #include <linux/videodev.h> |
@@ -1118,7 +1119,7 @@ static int video_do_ioctl(struct inode *inode, struct file *file, | |||
1118 | int err; | 1119 | int err; |
1119 | 1120 | ||
1120 | if (video_debug > 1) | 1121 | if (video_debug > 1) |
1121 | cx88_print_ioctl(core->name,cmd); | 1122 | v4l_print_ioctl(core->name,cmd); |
1122 | switch (cmd) { | 1123 | switch (cmd) { |
1123 | 1124 | ||
1124 | /* --- capabilities ------------------------------------------ */ | 1125 | /* --- capabilities ------------------------------------------ */ |
@@ -1254,7 +1255,7 @@ int cx88_do_ioctl(struct inode *inode, struct file *file, int radio, | |||
1254 | 1255 | ||
1255 | dprintk( 1, "CORE IOCTL: 0x%x\n", cmd ); | 1256 | dprintk( 1, "CORE IOCTL: 0x%x\n", cmd ); |
1256 | if (video_debug > 1) | 1257 | if (video_debug > 1) |
1257 | cx88_print_ioctl(core->name,cmd); | 1258 | v4l_print_ioctl(core->name,cmd); |
1258 | 1259 | ||
1259 | switch (cmd) { | 1260 | switch (cmd) { |
1260 | /* ---------- tv norms ---------- */ | 1261 | /* ---------- tv norms ---------- */ |
@@ -1474,7 +1475,7 @@ static int radio_do_ioctl(struct inode *inode, struct file *file, | |||
1474 | struct cx88_core *core = dev->core; | 1475 | struct cx88_core *core = dev->core; |
1475 | 1476 | ||
1476 | if (video_debug > 1) | 1477 | if (video_debug > 1) |
1477 | cx88_print_ioctl(core->name,cmd); | 1478 | v4l_print_ioctl(core->name,cmd); |
1478 | 1479 | ||
1479 | switch (cmd) { | 1480 | switch (cmd) { |
1480 | case VIDIOC_QUERYCAP: | 1481 | case VIDIOC_QUERYCAP: |