ACPI: custom_method: Remove dead ACPICA debug code
authorHanjun Guo <guohanjun@huawei.com>
Thu, 24 Sep 2020 02:56:58 +0000 (10:56 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Sep 2020 16:25:51 +0000 (18:25 +0200)
ACPICA debug code _COMPONENT and ACPI_MODULE_NAME() is not
used in custom_method.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>
drivers/acpi/custom_method.c

index b097ef2..7b54dc9 100644 (file)
@@ -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;