]> git.baikalelectronics.ru Git - kernel.git/commit
video: fbdev: remove dead old CLPS711x LCD support driver
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 24 Oct 2018 09:26:32 +0000 (11:26 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 24 Oct 2018 09:26:32 +0000 (11:26 +0200)
commit20625350cc505a7a52d2cd460b614fb560285b9e
tree71096a3f1cb6a97dccd6efe397766671d7858805
parente386d0fc09a549ce4245d4897aa1a27873a73de0
video: fbdev: remove dead old CLPS711x LCD support driver

Since commit f9f2453e1a41 ("ARM: clps711x: Switch to MULTIPLATFORM")
ARCH_CLPS711X depends on ARCH_MULTIPLATFORM to be enabled so the old
CLPS711x LCD support driver (enabled by the FB_CLPS711X_OLD config
option) can't be selected any longer. Remove all FB_CLPS711XX_OLD
code as it has been dead for over 2 years now. Please note that the
new CLPS711x LCD support driver (enabled by the FB_CLPS711X config
option) is still available in the kernel tree.

Reviewed-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/Kconfig
drivers/video/fbdev/Makefile
drivers/video/fbdev/clps711xfb.c [deleted file]