ACPI: APD: Remove ACPI_MODULE_NAME()

ACPI_MODULE_NAME() is used for ACPI debug output when using
ACPI debug print functions, but ACPI debug print functions are
not used in acpi_apd.c, so remove the ACPI_MODULE_NAME() from it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Hanjun Guo 2020-09-07 20:57:31 +08:00 committed by Rafael J. Wysocki
parent 62d2234d33
commit 5df8e5f4f9
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
#include "internal.h"
ACPI_MODULE_NAME("acpi_apd");
struct apd_private_data;
/**