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

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
......@@ -309,6 +309,7 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
break;
return ret;
}
}
#else
long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment