]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
vgacon: remove prehistoric macros
authorJiri Slaby <jslaby@suse.cz>
Mon, 3 Oct 2016 09:18:39 +0000 (11:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 14:37:44 +0000 (16:37 +0200)
commitb9c8b7fc252cd8e7e629f14bb8a68d54889470da
treef785e564e94cddc4153bfd83b738fb713f75d61f
parent96fd95542391d2ceb15515f41566dbb6776d9858
vgacon: remove prehistoric macros

These macros:
* CAN_LOAD_EGA_FONTS
* CAN_LOAD_PALETTE
* TRIDENT_GLITCH
* VGA_CAN_DO_64KB
* SLOW_VGA
are either always set or always unset. They come from the linux 2.1
times. And given nobody switched them to some configurable options, I
assume nobody actually uses them.

So remove the macros and leave in place appropriate branches of the
conditional code.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: <linux-fbdev@vger.kernel.org>
Cc: <linux-doc@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/VGA-softcursor.txt
drivers/video/console/vgacon.c