From 6b168c56e5bd3cbccdd2d63cb4c15d56bdf4f7b8 Mon Sep 17 00:00:00 2001 From: Hanjun Guo Date: Thu, 24 Sep 2020 10:56:58 +0800 Subject: ACPI: custom_method: Remove dead ACPICA debug code ACPICA debug code _COMPONENT and ACPI_MODULE_NAME() is not used in custom_method.c, remove it. Signed-off-by: Hanjun Guo [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki --- drivers/acpi/custom_method.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/acpi/custom_method.c') diff --git a/drivers/acpi/custom_method.c b/drivers/acpi/custom_method.c index b097ef209313..7b54dc95d36b 100644 --- a/drivers/acpi/custom_method.c +++ b/drivers/acpi/custom_method.c @@ -13,8 +13,6 @@ #include "internal.h" -#define _COMPONENT ACPI_SYSTEM_COMPONENT -ACPI_MODULE_NAME("custom_method"); MODULE_LICENSE("GPL"); static struct dentry *cm_dentry; -- cgit v1.2.3