diff mbox series

[01/25] ACPI: cmos_rtc: Remove the ACPI_MODULE_NAME()

Message ID 1600328345-27627-2-git-send-email-guohanjun@huawei.com
State Accepted
Commit 1eb3d0414520c8ee91b78b9f24cf30ffe71b6e5d
Headers show
Series [01/25] ACPI: cmos_rtc: Remove the ACPI_MODULE_NAME() | expand

Commit Message

Hanjun Guo Sept. 17, 2020, 7:38 a.m. UTC
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>
---
 drivers/acpi/acpi_cmos_rtc.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/acpi/acpi_cmos_rtc.c b/drivers/acpi/acpi_cmos_rtc.c
index 33ac6cb..67f1d33 100644
--- a/drivers/acpi/acpi_cmos_rtc.c
+++ b/drivers/acpi/acpi_cmos_rtc.c
@@ -15,8 +15,6 @@ 
 
 #include "internal.h"
 
-ACPI_MODULE_NAME("cmos rtc");
-
 static const struct acpi_device_id acpi_cmos_rtc_ids[] = {
 	{ "PNP0B00" },
 	{ "PNP0B01" },