diff options
author | Axel Lin <axel.lin@ingics.com> | 2019-04-21 05:26:56 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-26 12:38:23 +0300 |
commit | fe669cb95ebb711161c27ba063f08ad20d55e761 (patch) | |
tree | 2201b1336c2f58a88a0fb3b877cd85d166123501 /drivers/regulator/mt6323-regulator.c | |
parent | 6a1beee2fe379f7a846ec095c82f181ca36a8437 (diff) | |
download | linux-fe669cb95ebb711161c27ba063f08ad20d55e761.tar.xz |
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/mt6323-regulator.c')
-rw-r--r-- | drivers/regulator/mt6323-regulator.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/regulator/mt6323-regulator.c b/drivers/regulator/mt6323-regulator.c index 25b002328910..893ea190788a 100644 --- a/drivers/regulator/mt6323-regulator.c +++ b/drivers/regulator/mt6323-regulator.c @@ -1,11 +1,7 @@ -/* - * Copyright (c) 2016 MediaTek Inc. - * Author: Chen Zhong <chen.zhong@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. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Copyright (c) 2016 MediaTek Inc. +// Author: Chen Zhong <chen.zhong@mediatek.com> #include <linux/module.h> #include <linux/of.h> |