summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-07-06 19:47:17 -0300
committerThierry Reding <thierry.reding@gmail.com>2018-07-09 18:59:14 +0200
commita99290c5868a6450c299708ba0c7993affa911ed (patch)
tree6ad93ba57c826f09de6baef9b5182b2924180172 /drivers/pwm
parent38dabd91ff0bde33352ca3cc65ef515599b77a05 (diff)
downloadlinux-0-day-a99290c5868a6450c299708ba0c7993affa911ed.tar.gz
linux-0-day-a99290c5868a6450c299708ba0c7993affa911ed.tar.xz
pwm: 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: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/pwm-imx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pwm/pwm-imx.c b/drivers/pwm/pwm-imx.c
index 08cbe8120588f..1d5242c9cde08 100644
--- a/drivers/pwm/pwm-imx.c
+++ b/drivers/pwm/pwm-imx.c
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* simple driver for PWM (Pulse Width Modulator) controller
*
- * 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.
- *
* Derived from pxa PWM driver by eric miao <eric.miao@marvell.com>
*/