diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2021-01-12 12:01:04 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-01-14 16:05:55 +0300 |
commit | bfb26be7fe90186e5d9fe704cc124ab77bb7d127 (patch) | |
tree | 99893a0b440940a896519f76a24cd27aad06dbfa /include/linux/mfd/bd9571mwv.h | |
parent | 2e35627e6956e743a7e8e8d17a86dd243a6d51ef (diff) | |
download | linux-bfb26be7fe90186e5d9fe704cc124ab77bb7d127.tar.xz |
mfd: bd9571mwv: Use the SPDX license identifier
Use the SPDX license identifier instead of a local description.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/bd9571mwv.h')
-rw-r--r-- | include/linux/mfd/bd9571mwv.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/linux/mfd/bd9571mwv.h b/include/linux/mfd/bd9571mwv.h index eb05569f752b..bcc709293b24 100644 --- a/include/linux/mfd/bd9571mwv.h +++ b/include/linux/mfd/bd9571mwv.h @@ -1,17 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * ROHM BD9571MWV-M driver * * Copyright (C) 2017 Marek Vasut <marek.vasut+renesas@gmail.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. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether expressed or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License version 2 for more details. - * * Based on the TPS65086 driver */ |