ACPI: remove dead code

Found by running make namespacecheck on linux-next

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Stephen Hemminger
2010-10-18 08:42:48 -07:00
committed by Len Brown
parent 3a2468d027
commit 5ba8b1c6fe
6 changed files with 0 additions and 146 deletions

View File

@@ -899,6 +899,4 @@ static void __exit acpi_processor_exit(void)
module_init(acpi_processor_init);
module_exit(acpi_processor_exit);
EXPORT_SYMBOL(acpi_processor_set_thermal_limit);
MODULE_ALIAS("processor");