compat_ioctl: move ATYFB_CLK handling to atyfb driver
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2019 11:14:17 +0000 (12:14 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:44 +0000 (17:23 +0200)
commit0ba9841adb8659856cebb3b54a555e45a5f7fce5
treeffb59552958aac22de027ba8b1381d71004fd329
parent1207045da5a7c94344e0ea9a9e7495985eef499a
compat_ioctl: move ATYFB_CLK handling to atyfb driver

These are two obscure ioctl commands, in a driver that only
has compatible commands, so just let the driver handle this
itself.

Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/video/fbdev/aty/atyfb_base.c
fs/compat_ioctl.c