forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/acpi/acpi_cmos_rtc.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ACPI support for CMOS RTC Address Space access
34 *
45 * Copyright (C) 2013, Intel Corporation
56 * Authors: Lan Tianyu <tianyu.lan@intel.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #include <linux/acpi.h>
....@@ -17,8 +14,6 @@
1714 #include <linux/mc146818rtc.h>
1815
1916 #include "internal.h"
20
-
21
-ACPI_MODULE_NAME("cmos rtc");
2217
2318 static const struct acpi_device_id acpi_cmos_rtc_ids[] = {
2419 { "PNP0B00" },