]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit508ee2eb1ea366295146c3a038023bae1e57106d
tree13689dd3b2106e071678a6a06911f00b229346d8
parent1399bb655ad87afd7aa00580e92ef3dd6a71335d
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