]> Git Repo - linux.git/commitdiff
ACPI: static
authorAdrian Bunk <[email protected]>
Tue, 3 Jul 2007 04:56:05 +0000 (00:56 -0400)
committerLen Brown <[email protected]>
Tue, 3 Jul 2007 04:56:05 +0000 (00:56 -0400)
make the needlessly global osi_linux static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/acpi/osl.c

index 3f244eb99e042a041923746be167aa1635423bef..5cfb7b5cc0b813130371a0daf9bf65cf811709cf 100644 (file)
@@ -77,7 +77,7 @@ static struct workqueue_struct *kacpi_notify_wq;
 #define        OSI_STRING_LENGTH_MAX 64        /* arbitrary */
 static char osi_additional_string[OSI_STRING_LENGTH_MAX];
 
-int osi_linux;         /* disable _OSI(Linux) by default */
+static int osi_linux;          /* disable _OSI(Linux) by default */
 
 #ifdef CONFIG_DMI
 static struct __initdata dmi_system_id acpi_osl_dmi_table[];
This page took 0.0523 seconds and 4 git commands to generate.