summary refs log tree commit diff
path: root/drivers
diff options
context:
space:
mode:
authorRajmohan Mani <rajmohan.mani@intel.com>2018-02-20 15:54:08 -0800
committerLinus Walleij <linus.walleij@linaro.org>2018-02-23 15:26:42 +0100
commitca34b4f0bed802e1c8612ef08456b20992aeb02a (patch)
tree298722c714e239b12ebd42f15b4cc2d665134b76 /drivers
parent424529fb7954616dc65e64111a6505c4d5db7d3f (diff)
downloadlinux-ca34b4f0bed802e1c8612ef08456b20992aeb02a.tar.gz
gpio: tps68470: Update to SPDX license identifier
Remove the GPL v2 license boilerplate and update with
the SPDX license identifier.

Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/gpio-tps68470.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/gpio/gpio-tps68470.c b/drivers/gpio/gpio-tps68470.c
index fa2662f8b026..aff6e504c666 100644
--- a/drivers/gpio/gpio-tps68470.c
+++ b/drivers/gpio/gpio-tps68470.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * GPIO driver for TPS68470 PMIC
  *
@@ -8,15 +9,6 @@
  *	Tianshu Qiu <tian.shu.qiu@intel.com>
  *	Jian Xu Zheng <jian.xu.zheng@intel.com>
  *	Yuning Pu <yuning.pu@intel.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/gpio/driver.h>