File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* R-Car Gen3 THS thermal sensor driver
3
4
* Based on rcar_thermal.c and work from Hien Dang and Khiem Nguyen.
4
5
*
5
6
* Copyright (C) 2016 Renesas Electronics Corporation.
6
7
* Copyright (C) 2016 Sang Engineering
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; version 2 of the License.
11
- *
12
- * This program is distributed in the hope that it will be useful, but
13
- * WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
- * General Public License for more details.
16
- *
17
8
*/
18
9
#include <linux/delay.h>
19
10
#include <linux/err.h>
You can’t perform that action at this time.
0 commit comments