staging: sm7xxfb: make smtc_scr_info static
authorMax Perepelitsyn <mperepelitsyn@gmail.com>
Tue, 3 Feb 2015 08:44:28 +0000 (14:44 +0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:34:57 +0000 (17:34 +0800)
This symbol is never used anywhere else besides sm7xxfb.c

Signed-off-by: Max Perepelitsyn <mperepelitsyn@gmail.com>
Tested-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm7xxfb/sm7xxfb.c

index 2ae9fd021a7ce908e7dd061cc9d6018ca5c15908..72036c281088d263f356bc1878bc2539d1a07e98 100644 (file)
@@ -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)