1
0
Fork 0

ACPI: cmos_rtc: Remove leftover ACPI_MODULE_NAME()

ACPI_MODULE_NAME() is only needed for ACPICA debug functionality
such as ACPI_DEBUG_PRINT() which is not used in acpi_cmos_rtc.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>
zero-sugar-mainline-defconfig
Hanjun Guo 2020-09-24 10:56:53 +08:00 committed by Rafael J. Wysocki
parent 749626fa09
commit 1eb3d04145
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
#include "internal.h"
ACPI_MODULE_NAME("cmos rtc");
static const struct acpi_device_id acpi_cmos_rtc_ids[] = {
{ "PNP0B00" },
{ "PNP0B01" },