1
0
Fork 0

console: Drop added "static" for newport_con

Commit 4fe505119778 ("console: Expand dummy functions for CFI") accidentally
added "static" to newport_con instance of struct consw, while trying to
normalize the declarations. This, however, needed to stay non-static as it
has an extern.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Fixes: 4fe505119778 ("console: Expand dummy functions for CFI")
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Kees Cook 2018-02-27 13:11:21 -08:00 committed by Greg Kroah-Hartman
parent c396a5bf45
commit f54450ad19
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ static int newport_set_origin(struct vc_data *vc)
static void newport_save_screen(struct vc_data *vc) { }
static const struct consw newport_con = {
const struct consw newport_con = {
.owner = THIS_MODULE,
.con_startup = newport_startup,
.con_init = newport_init,