Commit 11604ecf authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown

sony-laptop: sony_nc_ids[] can become static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarMattia Dongili <malattia@linux.it>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent e84a02ba
...@@ -845,7 +845,7 @@ static struct sony_nc_event sony_C_events[] = { ...@@ -845,7 +845,7 @@ static struct sony_nc_event sony_C_events[] = {
}; };
/* SNC-only model map */ /* SNC-only model map */
struct dmi_system_id sony_nc_ids[] = { static struct dmi_system_id sony_nc_ids[] = {
{ {
.ident = "Sony Vaio FE Series", .ident = "Sony Vaio FE Series",
.callback = sony_nc_C_enable, .callback = sony_nc_C_enable,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment