]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54a6931830330deba6f4916ec7609ded7f531f73
treeffb59552958aac22de027ba8b1381d71004fd329
parent65e8563e24c5d974c0325ad5160b2fe475175bf7
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