Commit 7d4a3112 authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman

vt: remove 25 years stale comment

vc_cons was made global (non-static) in 1.3.38, almost 25 years ago.
Remove a comment which says that it would be a disadvantage to do so :P.
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200615074910.19267-7-jslaby@suse.czSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dbee4cff
......@@ -167,8 +167,7 @@ struct vc {
struct work_struct SAK_work;
/* might add scrmem, kbd at some time,
to have everything in one place - the disadvantage
would be that vc_cons etc can no longer be static */
to have everything in one place */
};
extern struct vc vc_cons [MAX_NR_CONSOLES];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment