dect
/
linux-2.6
Archived
13
0
Fork 0

ACPI: make struct osi_linux static

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Adrian Bunk 2008-01-29 00:10:15 +02:00 committed by Len Brown
parent 12d3931c10
commit 1d15d84e8b
1 changed files with 1 additions and 1 deletions

View 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;