Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 133b7354 authored by Nickolay's avatar Nickolay Committed by Mauro Carvalho Chehab
Browse files

V4L (0972): More build fixes for compat_ioctl32.c



- More build fixes for compat_ioctl32.c

Signed-off-by: default avatarNickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
parent 17cbe2e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#include <linux/config.h>
#include <linux/compat.h>
#include <linux/videodev.h>
#include <linux/module.h>

#ifdef CONFIG_COMPAT
struct video_tuner32 {
@@ -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;