diff options
| author | Mark Brown <broonie@kernel.org> | 2018-08-10 17:31:24 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2018-08-10 17:31:24 +0100 |
| commit | d22d59362b7b2c749245f1269d447011c76ca41d (patch) | |
| tree | b3fc0673f62394dc5ed417eac6bad485a28baf25 /drivers/regulator/max14577-regulator.c | |
| parent | a8afa92ec0d9312b23fd291aa8db95da266f2d5f (diff) | |
| parent | 46fc033eba42f5a4fb583b2ab53f0a9918468452 (diff) | |
| download | talos-op-linux-d22d59362b7b2c749245f1269d447011c76ca41d.tar.gz talos-op-linux-d22d59362b7b2c749245f1269d447011c76ca41d.zip | |
Merge branch 'regulator-4.19' into regulator-next
Diffstat (limited to 'drivers/regulator/max14577-regulator.c')
| -rw-r--r-- | drivers/regulator/max14577-regulator.c | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/drivers/regulator/max14577-regulator.c b/drivers/regulator/max14577-regulator.c index 0db288ce319c..bc7f4751bf9c 100644 --- a/drivers/regulator/max14577-regulator.c +++ b/drivers/regulator/max14577-regulator.c @@ -1,19 +1,9 @@ -/* - * max14577.c - Regulator driver for the Maxim 14577/77836 - * - * Copyright (C) 2013,2014 Samsung Electronics - * Krzysztof Kozlowski <krzk@kernel.org> - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0+ +// +// max14577.c - Regulator driver for the Maxim 14577/77836 +// +// Copyright (C) 2013,2014 Samsung Electronics +// Krzysztof Kozlowski <krzk@kernel.org> #include <linux/module.h> #include <linux/platform_device.h> |

