summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/imx_thermal.c
diff options
context:
space:
mode:
authorFabio Estevam2018-05-23 21:24:40 +0200
committerEduardo Valentin2018-06-01 23:31:02 +0200
commit45f8b0dde3c4e5445aebeb950de1dffacd94d4a6 (patch)
treee0d7a821c8579b42e3c8f020684131c24c41f9ae /drivers/thermal/imx_thermal.c
parentthermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripherals (diff)
downloadkernel-qcow2-linux-45f8b0dde3c4e5445aebeb950de1dffacd94d4a6.tar.gz
kernel-qcow2-linux-45f8b0dde3c4e5445aebeb950de1dffacd94d4a6.tar.xz
kernel-qcow2-linux-45f8b0dde3c4e5445aebeb950de1dffacd94d4a6.zip
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>
Diffstat (limited to 'drivers/thermal/imx_thermal.c')
-rw-r--r--drivers/thermal/imx_thermal.c11
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 @@
-/*
- * Copyright 2013 Freescale Semiconductor, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright 2013 Freescale Semiconductor, Inc.
#include <linux/clk.h>
#include <linux/cpufreq.h>