]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sony-laptop: sony_nc_ids[] can become static.
authorAdrian Bunk <bunk@stusta.de>
Fri, 3 Aug 2007 15:22:31 +0000 (00:22 +0900)
committerLen Brown <len.brown@intel.com>
Fri, 3 Aug 2007 19:25:44 +0000 (15:25 -0400)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/sony-laptop.c

index 9a803e13c30776e95da70e419d3d820df5ffe5b1..91da6880ae9390fc2e46490836cd7de97ba27367 100644 (file)
@@ -845,7 +845,7 @@ static struct sony_nc_event sony_C_events[] = {
 };
 
 /* SNC-only model map */
-struct dmi_system_id sony_nc_ids[] = {
+static struct dmi_system_id sony_nc_ids[] = {
                {
                        .ident = "Sony Vaio FE Series",
                        .callback = sony_nc_C_enable,