lkml.org 
[lkml]   [2008]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] ACPI: make struct osi_linux static
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;


\
 
 \ /
  Last update: 2008-01-28 23:15    [W:0.047 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site