* [2.6 patch] ACPI: make struct osi_linux static
@ 2008-01-28 22:10 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-01-28 22:10 UTC (permalink / raw)
To: Len Brown; +Cc: linux-acpi, linux-kernel
struct osi_linux can become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
7cdce626bdef64e64e954839553f226ce9dd5b89
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index db074f5..55dccac 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -120,7 +120,7 @@ static char osi_additional_string[OSI_STRING_LENGTH_MAX];
*/
#define OSI_LINUX_ENABLE 0
-struct osi_linux {
+static struct osi_linux {
unsigned int enable:1;
unsigned int dmi:1;
unsigned int cmdline:1;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-28 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 22:10 [2.6 patch] ACPI: make struct osi_linux static Adrian Bunk
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.