mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
749626fa09
commit
1eb3d04145
@@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
ACPI_MODULE_NAME("cmos rtc");
|
|
||||||
|
|
||||||
static const struct acpi_device_id acpi_cmos_rtc_ids[] = {
|
static const struct acpi_device_id acpi_cmos_rtc_ids[] = {
|
||||||
{ "PNP0B00" },
|
{ "PNP0B00" },
|
||||||
{ "PNP0B01" },
|
{ "PNP0B01" },
|
||||||
|
Reference in New Issue
Block a user