diff options
author | 2020-09-24 10:56:53 +0800 | |
---|---|---|
committer | 2020-09-25 18:25:51 +0200 | |
commit | 1eb3d0414520c8ee91b78b9f24cf30ffe71b6e5d (patch) | |
tree | 43bf541cabab43850c467a6c9547ebdfc3482173 | |
parent | ACPI: Remove three unused inline functions (diff) | |
download | wireguard-linux-1eb3d0414520c8ee91b78b9f24cf30ffe71b6e5d.tar.xz wireguard-linux-1eb3d0414520c8ee91b78b9f24cf30ffe71b6e5d.zip |
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>
-rw-r--r-- | drivers/acpi/acpi_cmos_rtc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/acpi_cmos_rtc.c b/drivers/acpi/acpi_cmos_rtc.c index 33ac6cb428fe..67f1d33d15c4 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" }, |