diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-29 00:10:15 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-03 17:37:02 -0500 |
commit | 1d15d84e8b443971cafd885d18f091814ba32cb7 (patch) | |
tree | c20e153405ee4b42230da3bc5613e916a20b707c /drivers/acpi | |
parent | 12d3931c1007a7ad47364a4884e5a6c6e25aa5e1 (diff) |
ACPI: make struct osi_linux static
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-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 71b0c32979f3..fde7ac82d611 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; |