Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <guohanjun@huawei.com>
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Hanjun Guo and committed by
Rafael J. Wysocki
6b168c56 d2c18c0d

-2
-2
drivers/acpi/custom_method.c
··· 13 13 14 14 #include "internal.h" 15 15 16 - #define _COMPONENT ACPI_SYSTEM_COMPONENT 17 - ACPI_MODULE_NAME("custom_method"); 18 16 MODULE_LICENSE("GPL"); 19 17 20 18 static struct dentry *cm_dentry;