public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [2.6 patch] make struct sony_nc_ids[] static
  2007-07-29 14:58 [2.6 patch] make struct sony_nc_ids[] static Adrian Bunk
@ 2007-08-02  6:58 ` Mattia Dongili
  0 siblings, 0 replies; 2+ messages in thread
From: Mattia Dongili @ 2007-08-02  6:58 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-acpi, linux-kernel

On Sun, Jul 29, 2007 at 04:58:06PM +0200, Adrian Bunk wrote:
> sony_nc_ids[] can become static.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>

imported locally, I'll send it to Len asap.
Thanks
-- 
mattia
:wq!

^ 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