diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-23 15:24:40 -0400 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2018-06-01 17:31:02 -0400 |
commit | 45f8b0dde3c4e5445aebeb950de1dffacd94d4a6 (patch) | |
tree | e0d7a821c8579b42e3c8f020684131c24c41f9ae | |
parent | 10c8251cce3380823c755a63f97cca432fcc4aec (diff) |
thermal: imx: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r-- | drivers/thermal/imx_thermal.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index c30dc21c3b5d..334d98be03b9 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c | |||
@@ -1,11 +1,6 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * Copyright 2013 Freescale Semiconductor, Inc. | 2 | // |
3 | * | 3 | // Copyright 2013 Freescale Semiconductor, Inc. |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | */ | ||
9 | 4 | ||
10 | #include <linux/clk.h> | 5 | #include <linux/clk.h> |
11 | #include <linux/cpufreq.h> | 6 | #include <linux/cpufreq.h> |