ACPI: delete unused c-state promotion/demotion data strucutures
authorLen Brown <len.brown@intel.com>
Fri, 21 May 2010 23:40:02 +0000 (19:40 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 21 May 2010 23:40:02 +0000 (19:40 -0400)
These were used before cpuidle by the native ACPI idle driver,
which tracked promotion and demotion between states.

The code was referenced by CONFIG_ACPI_PROCFS
for /proc/acpi/processor/*/power,
but as we no longer do promotion/demotion, that
reference has been a NOP since the transition.

Signed-off-by: Len Brown <len.brown@intel.com>

No differences found