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:
@@ -120,7 +120,7 @@ static char osi_additional_string[OSI_STRING_LENGTH_MAX];
|
|||||||
*/
|
*/
|
||||||
#define OSI_LINUX_ENABLE 0
|
#define OSI_LINUX_ENABLE 0
|
||||||
|
|
||||||
struct osi_linux {
|
static struct osi_linux {
|
||||||
unsigned int enable:1;
|
unsigned int enable:1;
|
||||||
unsigned int dmi:1;
|
unsigned int dmi:1;
|
||||||
unsigned int cmdline:1;
|
unsigned int cmdline:1;
|
||||||
|
Reference in New Issue
Block a user