All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattia Dongili <malattia@linux.it>
To: Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org, Stelian Pop <stelian@popies.net>,
	Adrian Bunk <bunk@stusta.de>, Mattia Dongili <malattia@linux.it>
Subject: [PATCH 2/3] sony-laptop: sony_nc_ids[] can become static.
Date: Sat,  4 Aug 2007 00:22:31 +0900	[thread overview]
Message-ID: <11861545523738-git-send-email-malattia@linux.it> (raw)
In-Reply-To: <1186154552588-git-send-email-malattia@linux.it>

From: Adrian Bunk <bunk@stusta.de>

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mattia Dongili <malattia@linux.it>
---
 drivers/misc/sony-laptop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c
index a1be82e..99f48c7 100644
--- a/drivers/misc/sony-laptop.c
+++ b/drivers/misc/sony-laptop.c
@@ -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,
-- 
1.5.2.4


  reply	other threads:[~2007-08-03 15:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-03 15:22 [PATCH 0/3] sony-laptop and sonypi for 2.6.23-rc2 Mattia Dongili
2007-08-03 15:22 ` [PATCH 1/3] sony-laptop: restore the last user requested brightness level on resume Mattia Dongili
2007-08-03 15:22   ` Mattia Dongili [this message]
2007-08-03 15:22     ` [PATCH 3/3] sonypi: fix ids member of struct acpi_driver Mattia Dongili
2007-08-03 19:27 ` [PATCH 0/3] sony-laptop and sonypi for 2.6.23-rc2 Len Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11861545523738-git-send-email-malattia@linux.it \
    --to=malattia@linux.it \
    --cc=bunk@stusta.de \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=stelian@popies.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.