From: Len Brown <lenb@kernel.org>
To: Adrian Bunk <bunk@stusta.de>
Cc: Corentin Chary <corentincj@iksaif.net>,
Len Brown <len.brown@intel.com>,
linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] drivers/misc/asus-laptop.c: make code static
Date: Fri, 9 Mar 2007 21:07:07 -0500 [thread overview]
Message-ID: <200703092107.07380.lenb@kernel.org> (raw)
In-Reply-To: <20070220000725.GT13958@stusta.de>
Applied.
thanks,
-Len
On Monday 19 February 2007 19:07, Adrian Bunk wrote:
> This patch makes some needlessly global code static.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> ---
> --- linux-2.6.20-mm1/drivers/misc/asus-laptop.c.old 2007-02-18 01:06:30.000000000 +0100
> +++ linux-2.6.20-mm1/drivers/misc/asus-laptop.c 2007-02-18 01:06:43.000000000 +0100
> @@ -211,7 +211,7 @@
> enum led_brightness value); \
> static void object##_led_update(struct work_struct *ignored); \
> static int object##_led_wk; \
> - DECLARE_WORK(object##_led_work, object##_led_update); \
> + static DECLARE_WORK(object##_led_work, object##_led_update); \
> static struct led_classdev object##_led = { \
> .name = "asus:" ledname, \
> .brightness_set = object##_led_set, \
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
prev parent reply other threads:[~2007-03-10 2:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-20 0:07 [2.6 patch] drivers/misc/asus-laptop.c: make code static Adrian Bunk
2007-03-10 2:07 ` Len Brown [this message]
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=200703092107.07380.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=bunk@stusta.de \
--cc=corentincj@iksaif.net \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
/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.