sony-laptop: sony_nc_ids[] can become static.
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>
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user