]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/osl.c
cpuidle: fix C3 for no bus-master control case
[karo-tx-linux.git] / drivers / acpi / osl.c
index 12c09fafce9a29de915966be172e96a94eef79a1..5d14d4f10b1240743a74efafb3a94d8ff9cf142c 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.
  *