Skip to content

Commit d316522

Browse files
morimotoEduardo Valentin
authored andcommitted
thermal: rcar_gen3_thermal: convert to SPDX identifiers
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
1 parent c954579 commit d316522

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

drivers/thermal/rcar_gen3_thermal.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* R-Car Gen3 THS thermal sensor driver
34
* Based on rcar_thermal.c and work from Hien Dang and Khiem Nguyen.
45
*
56
* Copyright (C) 2016 Renesas Electronics Corporation.
67
* 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-
*
178
*/
189
#include <linux/delay.h>
1910
#include <linux/err.h>

0 commit comments

Comments
 (0)