]> Pileus Git - ~andy/linux/blobdiff - drivers/acpi/osl.c
ACPI: battery: Support for non-spec name for LiIon technology
[~andy/linux] / drivers / acpi / osl.c
index 352cf81af5818de3569848038714052cbfd0353d..aabc6ca4a81c72463529c3e711b012f8b6e909a7 100644 (file)
@@ -1042,14 +1042,6 @@ static int __init acpi_wake_gpes_always_on_setup(char *str)
 
 __setup("acpi_wake_gpes_always_on", acpi_wake_gpes_always_on_setup);
 
-/*
- * max_cstate is defined in the base kernel so modules can
- * change it w/o depending on the state of the processor module.
- */
-unsigned int max_cstate = ACPI_PROCESSOR_MAX_POWER;
-
-EXPORT_SYMBOL(max_cstate);
-
 /*
  * Acquire a spinlock.
  *