ACPI / processor: Remove unused macros in processor_driver.c
authorHanjun Guo <hanjun.guo@linaro.org>
Mon, 24 Jun 2013 07:36:33 +0000 (15:36 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 24 Jun 2013 10:58:43 +0000 (12:58 +0200)
commit86d6725a572d08e5e709871a77a7df137adf5ad4
treee9087507796353f0d6166d514f31a1da8d5f88db
parent08f502c1c343031f0d126bd00e87dede38269d12
ACPI / processor: Remove unused macros in processor_driver.c

ACPI_PROCESSOR_FILE_INFO, ACPI_PROCESSOR_FILE_THROTTLING and
ACPI_PROCESSOR_FILE_LIMIT are used for procfs, but this feature was removed
in commit d09fe555 (ACPI processor: remove deprecated ACPI procfs I/F) long
ago. So, these macros should also be removed.

ACPI_PROCESSOR_LIMIT_USER and ACPI_PROCESSOR_LIMIT_THERMAL are not used
by any code, remove them too.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_driver.c