.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * ACPI support for CMOS RTC Address Space access |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013, Intel Corporation |
---|
5 | 6 | * 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. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include <linux/acpi.h> |
---|
.. | .. |
---|
17 | 14 | #include <linux/mc146818rtc.h> |
---|
18 | 15 | |
---|
19 | 16 | #include "internal.h" |
---|
20 | | - |
---|
21 | | -ACPI_MODULE_NAME("cmos rtc"); |
---|
22 | 17 | |
---|
23 | 18 | static const struct acpi_device_id acpi_cmos_rtc_ids[] = { |
---|
24 | 19 | { "PNP0B00" }, |
---|