aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMax Perepelitsyn <mperepelitsyn@gmail.com>2015-02-03 14:44:28 +0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-07 17:34:57 +0800
commit11862b36ce380211362a4845e479c8d7d220ce8c (patch)
tree0f2ecc600bf14f69c05b16af48e1461a50f8cd15 /drivers/staging
parentstaging/lustre/mdc: Initialize req in mdc_enqueue for !it case (diff)
downloadlinux-dev-11862b36ce380211362a4845e479c8d7d220ce8c.tar.xz
linux-dev-11862b36ce380211362a4845e479c8d7d220ce8c.zip
staging: sm7xxfb: make smtc_scr_info static
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/sm7xxfb/sm7xxfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging/sm7xxfb/sm7xxfb.c
index 2ae9fd021a7c..72036c281088 100644
--- a/drivers/staging/sm7xxfb/sm7xxfb.c
+++ b/drivers/staging/sm7xxfb/sm7xxfb.c
@@ -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)