hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/thermal/uniphier_thermal.c
....@@ -1,21 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /**
23 * uniphier_thermal.c - Socionext UniPhier thermal driver
3
- *
44 * Copyright 2014 Panasonic Corporation
55 * Copyright 2016-2017 Socionext Inc.
6
- * All rights reserved.
7
- *
86 * Author:
97 * Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
10
- *
11
- * This program is free software: you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2 of
13
- * the License as published by the Free Software Foundation.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU General Public License for more details.
198 */
209
2110 #include <linux/bitops.h>