Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11862b36 authored by Max Perepelitsyn's avatar Max Perepelitsyn Committed by Greg Kroah-Hartman
Browse files

staging: sm7xxfb: make smtc_scr_info static



This symbol is never used anywhere else besides sm7xxfb.c

Signed-off-by: default avatarMax Perepelitsyn <mperepelitsyn@gmail.com>
Tested-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3a09f36e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ static struct vesa_mode vesa_mode_table[] = {
	{"0x31B", 1280, 1024, 24},
};

struct screen_info smtc_scr_info;
static struct screen_info smtc_scr_info;

/* process command line options, get vga parameter */
static int __init sm7xx_vga_setup(char *options)