vt: vt_kern.h, remove extern from functions
authorJiri Slaby <jslaby@suse.cz>
Wed, 19 Feb 2020 07:39:49 +0000 (08:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2020 07:35:39 +0000 (08:35 +0100)
commita10df4910cdbce3c606846467c7e6fc2e469951d
tree2895720e76fa04e52cce387988e16a72e12408fc
parentf400991bf872debffb01c46da882dc97d7e3248e
vt: vt_kern.h, remove extern from functions

Unify the declarations of functions in vt_kern.h: some are with extern,
some are not. Remove extern from the former as it is not needed for
functions.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200219073951.16151-7-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/vt_kern.h