From: Hanjun Guo Date: Thu, 24 Sep 2020 02:56:58 +0000 (+0800) Subject: ACPI: custom_method: Remove dead ACPICA debug code X-Git-Tag: v5.10.7~1443^2~1^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b168c56e5bd3cbccdd2d63cb4c15d56bdf4f7b8;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/drivers/acpi/custom_method.c b/drivers/acpi/custom_method.c index b097ef2..7b54dc9 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;