ACPI: make struct osi_linux static
authorAdrian Bunk <bunk@kernel.org>
Mon, 28 Jan 2008 22:10:15 +0000 (00:10 +0200)
committerLen Brown <len.brown@intel.com>
Sun, 3 Feb 2008 22:37:02 +0000 (17:37 -0500)
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c

index 71b0c32..fde7ac8 100644 (file)
@@ -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;