tty/vt: consolemap: remove extern from function decls
authorJiri Slaby <jslaby@suse.cz>
Tue, 7 Jun 2022 10:49:15 +0000 (12:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 11:37:01 +0000 (13:37 +0200)
commit0b75f7968d61566d150747512344cabaa59e54c6
treedfce0dcfd23fe0d739c6b3dd9aff79d7f68d243e
parent2097dc2273a5b5254d0fad79afdedd223035b2d5
tty/vt: consolemap: remove extern from function decls

The extern keyword is not needed for function declarations. Remove it,
so that the consolemap header conforms to other tty headers.

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220607104946.18710-5-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/consolemap.h