vt: get rid of VT10.ID macros
authorJiri Slaby <jslaby@suse.cz>
Mon, 15 Jun 2020 07:48:41 +0000 (09:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:08:31 +0000 (17:08 +0200)
commit9a6f72d9b6c121415bc2867329fe77b0d2a52dc1
treee37dd7fc11a403443e2f85392c43a48afca2bf52
parentde53ce0427cd20886b0d53555dc576702cbb1ff8
vt: get rid of VT10.ID macros

VT100ID is unused, but defined twice. Kill it.

VT102ID is used only in respond_ID. Define there a variable with proper
type and use that instead. Then drop both defines of VT102ID too.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200615074910.19267-9-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c
include/linux/console.h