* [2.6 patch] make struct sony_nc_ids[] static
@ 2007-07-29 14:58 Adrian Bunk
2007-08-02 6:58 ` Mattia Dongili
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-07-29 14:58 UTC (permalink / raw)
To: Mattia Dongili; +Cc: linux-acpi, linux-kernel
sony_nc_ids[] can become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- linux-2.6.23-rc1-mm1/drivers/misc/sony-laptop.c.old 2007-07-26 16:05:54.000000000 +0200
+++ linux-2.6.23-rc1-mm1/drivers/misc/sony-laptop.c 2007-07-26 16:06:05.000000000 +0200
@@ -845,7 +845,7 @@
};
/* 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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-02 6:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-29 14:58 [2.6 patch] make struct sony_nc_ids[] static Adrian Bunk
2007-08-02 6:58 ` Mattia Dongili
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox