ACPI: processor: Remove dead ACPICA debug code
The ACPICA debug code is not used anywhere in processor_core.c and processor_thermal.c, remove it. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
d93b767e8c
commit
34f98c2904
|
@ -14,9 +14,6 @@
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
#include <acpi/processor.h>
|
#include <acpi/processor.h>
|
||||||
|
|
||||||
#define _COMPONENT ACPI_PROCESSOR_COMPONENT
|
|
||||||
ACPI_MODULE_NAME("processor_core");
|
|
||||||
|
|
||||||
static struct acpi_table_madt *get_madt_table(void)
|
static struct acpi_table_madt *get_madt_table(void)
|
||||||
{
|
{
|
||||||
static struct acpi_table_madt *madt;
|
static struct acpi_table_madt *madt;
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#define PREFIX "ACPI: "
|
#define PREFIX "ACPI: "
|
||||||
|
|
||||||
#define ACPI_PROCESSOR_CLASS "processor"
|
#define ACPI_PROCESSOR_CLASS "processor"
|
||||||
#define _COMPONENT ACPI_PROCESSOR_COMPONENT
|
|
||||||
ACPI_MODULE_NAME("processor_thermal");
|
|
||||||
|
|
||||||
#ifdef CONFIG_CPU_FREQ
|
#ifdef CONFIG_CPU_FREQ
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue