diff options
author | Axel Lin <axel.lin@ingics.com> | 2019-05-03 08:36:36 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-03 09:05:52 +0300 |
commit | 0ae3b061df3037e887ee6085b0bedea7f8809441 (patch) | |
tree | 353852be801b79692925c120e385f5c4540b1d19 /drivers/regulator/pv88080-regulator.h | |
parent | 8b9085200681329233d645466698596b87be77f2 (diff) | |
download | linux-0ae3b061df3037e887ee6085b0bedea7f8809441.tar.xz |
regulator: pv880x0: Switch to SPDX identifier
Convert Powerventure Semiconductor PV88060/PV88080/PV88090 regulator
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/pv88080-regulator.h')
-rw-r--r-- | drivers/regulator/pv88080-regulator.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/regulator/pv88080-regulator.h b/drivers/regulator/pv88080-regulator.h index ae25ff360e3d..7d7f8f11a75a 100644 --- a/drivers/regulator/pv88080-regulator.h +++ b/drivers/regulator/pv88080-regulator.h @@ -1,16 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * pv88080-regulator.h - Regulator definitions for PV88080 * Copyright (C) 2016 Powerventure Semiconductor Ltd. - * - * 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; either version 2 - * of the License, or (at your option) any later version. - * - * 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. */ #ifndef __PV88080_REGISTERS_H__ |