]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: APD: Remove ACPI_MODULE_NAME()
authorHanjun Guo <guohanjun@huawei.com>
Mon, 7 Sep 2020 12:57:31 +0000 (20:57 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Sep 2020 10:48:11 +0000 (12:48 +0200)
commit5df8e5f4f9cec84b72ee2607fdff364903d5d7ee
tree6b4d6005047dc5f558a9d8cda9198e312b74f05d
parent62d2234d333a89557cd398472dcf9d00ae624a8d
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>
drivers/acpi/acpi_apd.c