hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/acpi/processor_core.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2005 Intel Corporation
34 * Copyright (C) 2009 Hewlett-Packard Development Company, L.P.
....@@ -12,9 +13,6 @@
1213 #include <linux/export.h>
1314 #include <linux/acpi.h>
1415 #include <acpi/processor.h>
15
-
16
-#define _COMPONENT ACPI_PROCESSOR_COMPONENT
17
-ACPI_MODULE_NAME("processor_core");
1816
1917 static struct acpi_table_madt *get_madt_table(void)
2018 {