diff options
author | Axel Lin <axel.lin@ingics.com> | 2019-05-03 13:36:37 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-03 15:07:39 +0900 |
commit | fd2f02f9724c416221b42af95e1a7a57fa42d681 (patch) | |
tree | 11624b09f3cf99bc34785907bf9a8aea2f2e9b56 /drivers/regulator/da903x.c | |
parent | 311a68a51a58bfdead971080d41a34ca565b47a0 (diff) | |
download | linux-fd2f02f9724c416221b42af95e1a7a57fa42d681.tar.bz2 |
regulator: da9xxx: Switch to SPDX identifier
Convert Dialog Semiconductor DA9xxx 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/da903x.c')
-rw-r--r-- | drivers/regulator/da903x.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/drivers/regulator/da903x.c b/drivers/regulator/da903x.c index 33e8f3b8d2bd..5493c3a86426 100644 --- a/drivers/regulator/da903x.c +++ b/drivers/regulator/da903x.c @@ -1,13 +1,9 @@ -/* - * Regulators driver for Dialog Semiconductor DA903x - * - * Copyright (C) 2006-2008 Marvell International Ltd. - * Copyright (C) 2008 Compulab Ltd. - * - * 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 +// +// Regulators driver for Dialog Semiconductor DA903x +// +// Copyright (C) 2006-2008 Marvell International Ltd. +// Copyright (C) 2008 Compulab Ltd. #include <linux/kernel.h> #include <linux/init.h> |