kernel/drivers/acpi/processor_core.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 2005 Intel Corporation 3 4 * Copyright (C) 2009 Hewlett-Packard Development Company, L.P. .. .. @@ -12,9 +13,6 @@ 12 13 #include <linux/export.h> 13 14 #include <linux/acpi.h> 14 15 #include <acpi/processor.h> 15 -16 -#define _COMPONENT ACPI_PROCESSOR_COMPONENT17 -ACPI_MODULE_NAME("processor_core");18 16 19 17 static struct acpi_table_madt *get_madt_table(void) 20 18 {