media: v4l2: remove remaining compat_ioctl
authorArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 16:55:29 +0000 (17:55 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:06 +0000 (10:31 +0100)
commit6df26dc6b9b7bf6b25acc20eee6877e13f040a81
treeea9f5603c5cdc022cb12db6be2edf71630f6ac91
parent50085270a162d628dc60ecbc8cab9f33618555dc
media: v4l2: remove remaining compat_ioctl

There are no remaining conversions in v4l2_compat_ioctl32(),
so all the infrastructure for it can be removed, with the
only remaining bit being the compat_ioctl32() callback into
drivers that implement their own incompatible data structures.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/v4l2-core/v4l2-compat-ioctl32.c