video: fbdev: remove unused auo_k190xfb drivers
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 14 May 2018 13:47:30 +0000 (15:47 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 14 May 2018 13:47:30 +0000 (15:47 +0200)
commit745f8c14e35d32ff43a52a9415e4dcc2955c4321
tree36c829a71635254e7eef69af996cff1afb4ce8d8
parent85d108dee574c038423f573b6ae93d43d12e971e
video: fbdev: remove unused auo_k190xfb drivers

auo_k1900fb and auo_k1901fb drivers have been introduced six
years ago by following commits:

commit 2c8304d3125b ("video: auo_k190x: add code shared by controller drivers")
commit 96b1d500e028 ("video: auo_k190x: add driver for AUO-K1900 variant")
commit 53027cdf2a67 ("video: auo_k190x: add driver for AUO-K1901 variant")

They never had any in-kernel user so just remove them (since
they are platform drivers they need corresponding platform
devices to be registered by kernel and it has never happened).

Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/Kconfig
drivers/video/fbdev/Makefile
drivers/video/fbdev/auo_k1900fb.c [deleted file]
drivers/video/fbdev/auo_k1901fb.c [deleted file]
drivers/video/fbdev/auo_k190x.c [deleted file]
drivers/video/fbdev/auo_k190x.h [deleted file]
include/video/auo_k190xfb.h [deleted file]