Commit 97e2a01b authored by Mishal Pytasz's avatar Mishal Pytasz Committed by Mauro Carvalho Chehab
Browse files

V4L (0973): Another build fix for compat_ioctl32.c



- Another build fix 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 133b7354
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -310,6 +310,7 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)

	return ret;
	}
}
#else
long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
{