aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mt6380-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2019-04-21 10:26:56 +0800
committerMark Brown <broonie@kernel.org>2019-04-26 10:38:23 +0100
commitfe669cb95ebb711161c27ba063f08ad20d55e761 (patch)
tree2201b1336c2f58a88a0fb3b877cd85d166123501 /drivers/regulator/mt6380-regulator.c
parentregulator: fan53555: Switch to SPDX identifier (diff)
downloadlinux-dev-fe669cb95ebb711161c27ba063f08ad20d55e761.tar.xz
linux-dev-fe669cb95ebb711161c27ba063f08ad20d55e761.zip
regulator: mt63xx: Switch to SPDX identifier
Convert MediaTek mt63xx PMIC drivers to SPDX identifier. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/mt6380-regulator.c')
-rw-r--r--drivers/regulator/mt6380-regulator.c17
1 files changed, 4 insertions, 13 deletions
diff --git a/drivers/regulator/mt6380-regulator.c b/drivers/regulator/mt6380-regulator.c
index 86bc332df3f2..b6aed090b5e0 100644
--- a/drivers/regulator/mt6380-regulator.c
+++ b/drivers/regulator/mt6380-regulator.c
@@ -1,16 +1,7 @@
-/*
- * Copyright (c) 2017 MediaTek Inc.
- * Author: Chenglin Xu <chenglin.xu@mediatek.com>
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright (c) 2017 MediaTek Inc.
+// Author: Chenglin Xu <chenglin.xu@mediatek.com>
#include <linux/module.h>
#include <linux/of.h>