diff options
author | Axel Lin <axel.lin@ingics.com> | 2019-04-19 03:58:24 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-26 12:38:22 +0300 |
commit | 6a1beee2fe379f7a846ec095c82f181ca36a8437 (patch) | |
tree | 1e39a1e7bb9f2c09753a5ab3040963e10840cced /drivers/regulator | |
parent | a69929c7aa7006990975e0c5f8de16a6215265ec (diff) | |
download | linux-6a1beee2fe379f7a846ec095c82f181ca36a8437.tar.xz |
regulator: fan53555: Switch 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')
-rw-r--r-- | drivers/regulator/fan53555.c | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c index e2caf4173ab5..dbe477da4e55 100644 --- a/drivers/regulator/fan53555.c +++ b/drivers/regulator/fan53555.c @@ -1,17 +1,13 @@ -/* - * FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver. - * - * Supported Part Numbers: - * FAN53555UC00X/01X/03X/04X/05X - * - * Copyright (c) 2012 Marvell Technology Ltd. - * Yunfan Zhang <yfzhang@marvell.com> - * - * This package 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 +// +// FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver. +// +// Supported Part Numbers: +// FAN53555UC00X/01X/03X/04X/05X +// +// Copyright (c) 2012 Marvell Technology Ltd. +// Yunfan Zhang <yfzhang@marvell.com> + #include <linux/module.h> #include <linux/param.h> #include <linux/err.h> |