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

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>

authored by

Hanjun Guo and committed by
Rafael J. Wysocki
1eb3d041 749626fa

-2
-2
drivers/acpi/acpi_cmos_rtc.c
··· 15 15 16 16 #include "internal.h" 17 17 18 - ACPI_MODULE_NAME("cmos rtc"); 19 - 20 18 static const struct acpi_device_id acpi_cmos_rtc_ids[] = { 21 19 { "PNP0B00" }, 22 20 { "PNP0B01" },