diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-03 00:56:05 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-03 00:56:05 -0400 |
commit | 3312111d1bd1a409892031f7979c57a52b01185c (patch) | |
tree | d11d5c93477b678d59d279da3332c7ca274036b1 /drivers | |
parent | 072971d7d3e70ddac5c5be3436d929470cc2b3fb (diff) |
ACPI: static
make the needlessly global osi_linux static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/osl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 3f244eb99e04..5cfb7b5cc0b8 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
@@ -77,7 +77,7 @@ static struct workqueue_struct *kacpi_notify_wq; | |||
77 | #define OSI_STRING_LENGTH_MAX 64 /* arbitrary */ | 77 | #define OSI_STRING_LENGTH_MAX 64 /* arbitrary */ |
78 | static char osi_additional_string[OSI_STRING_LENGTH_MAX]; | 78 | static char osi_additional_string[OSI_STRING_LENGTH_MAX]; |
79 | 79 | ||
80 | int osi_linux; /* disable _OSI(Linux) by default */ | 80 | static int osi_linux; /* disable _OSI(Linux) by default */ |
81 | 81 | ||
82 | #ifdef CONFIG_DMI | 82 | #ifdef CONFIG_DMI |
83 | static struct __initdata dmi_system_id acpi_osl_dmi_table[]; | 83 | static struct __initdata dmi_system_id acpi_osl_dmi_table[]; |