Skip to content

Commit

Permalink
V4L (0972): More build fixes for compat_ioctl32.c
Browse files Browse the repository at this point in the history
- More build fixes for compat_ioctl32.c

Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
  • Loading branch information
Nickolay V. Shmyrev authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 17cbe2e commit 133b735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/video/compat_ioctl32.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <linux/config.h>
#include <linux/compat.h>
#include <linux/videodev.h>
#include <linux/module.h>

#ifdef CONFIG_COMPAT
struct video_tuner32 {
Expand Down Expand Up @@ -274,7 +275,7 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
case VIDIOCGFBUF32:
case VIDIOCSFBUF32:
case VIDIOCGFREQ32:
case VIDIOCSFREQ32
case VIDIOCSFREQ32:
ret = do_video_ioctl(file, cmd, arg);
break;

Expand Down

0 comments on commit 133b735

Please sign in to comment.