diff options
author | Rajmohan Mani | 2018-02-20 15:54:07 -0800 |
---|---|---|
committer | Lee Jones | 2018-05-16 09:21:48 +0100 |
commit | 37c089d1facaf03969f66a5469c169a2c73429f6 (patch) | |
tree | 9f49db6b6846b3765cfc399f69d80f2c1fcfea4a /drivers/mfd/tps68470.c | |
parent | efc9b2048c7f6bb52f70cc84b8b8b8dcc685a0d6 (diff) |
mfd: 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: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/tps68470.c')
-rw-r--r-- | drivers/mfd/tps68470.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/mfd/tps68470.c b/drivers/mfd/tps68470.c index 189efaea054c..a5981a79b29a 100644 --- a/drivers/mfd/tps68470.c +++ b/drivers/mfd/tps68470.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * TPS68470 chip Parent driver * @@ -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/acpi.h> |