* [patch 05/19] make drivers/acpi/ec.c:ec_ecdt static
@ 2006-12-19 20:56 akpm
2006-12-20 5:45 ` Len Brown
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2006-12-19 20:56 UTC (permalink / raw)
To: lenb; +Cc: linux-acpi, akpm, bunk
From: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
drivers/acpi/ec.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/acpi/ec.c~make-drivers-acpi-eccec_ecdt-static drivers/acpi/ec.c
--- a/drivers/acpi/ec.c~make-drivers-acpi-eccec_ecdt-static
+++ a/drivers/acpi/ec.c
@@ -92,7 +92,7 @@ static struct acpi_driver acpi_ec_driver
};
/* If we find an EC via the ECDT, we need to keep a ptr to its context */
-struct acpi_ec {
+static struct acpi_ec {
acpi_handle handle;
unsigned long uid;
unsigned long gpe;
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 05/19] make drivers/acpi/ec.c:ec_ecdt static
2006-12-19 20:56 [patch 05/19] make drivers/acpi/ec.c:ec_ecdt static akpm
@ 2006-12-20 5:45 ` Len Brown
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2006-12-20 5:45 UTC (permalink / raw)
To: akpm; +Cc: linux-acpi, bunk
Applied.
thanks,
-Len
On Tuesday 19 December 2006 15:56, akpm@osdl.org wrote:
> From: Adrian Bunk <bunk@stusta.de>
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
> ---
>
> drivers/acpi/ec.c | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> diff -puN drivers/acpi/ec.c~make-drivers-acpi-eccec_ecdt-static drivers/acpi/ec.c
> --- a/drivers/acpi/ec.c~make-drivers-acpi-eccec_ecdt-static
> +++ a/drivers/acpi/ec.c
> @@ -92,7 +92,7 @@ static struct acpi_driver acpi_ec_driver
> };
>
> /* If we find an EC via the ECDT, we need to keep a ptr to its context */
> -struct acpi_ec {
> +static struct acpi_ec {
> acpi_handle handle;
> unsigned long uid;
> unsigned long gpe;
> _
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-20 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 20:56 [patch 05/19] make drivers/acpi/ec.c:ec_ecdt static akpm
2006-12-20 5:45 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).