media: cec: move compat_ioctl handling to cec-api.c
authorArnd Bergmann <arnd@arndb.de>
Mon, 27 Aug 2018 19:56:23 +0000 (15:56 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Sep 2018 15:00:51 +0000 (11:00 -0400)
commite6c8320648a27d2f43bf56c6215fa48d85bf47c6
tree13689dd3b2106e071678a6a06911f00b229346d8
parentb5d3206112dd20f33eba2364313cf85d7c0eb874
media: cec: move compat_ioctl handling to cec-api.c

All the CEC ioctls are compatible, and they are only implemented
in one driver, so we can simply let this driver handle them
natively.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/cec/cec-api.c
fs/compat_ioctl.c