diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-05-20 16:41:04 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-06-01 19:28:35 +0200 |
commit | e0cdd3a095f9a933ff74e89e5fc625e4c2f3a7f0 (patch) | |
tree | 09b0b3ca3af0263db6738abb5f1478fb2f54ba54 /drivers/pinctrl/meson/pinctrl-meson.c | |
parent | pinctrl: tegra: Add Tegra194 pinmux driver (diff) | |
download | linux-e0cdd3a095f9a933ff74e89e5fc625e4c2f3a7f0.tar.xz linux-e0cdd3a095f9a933ff74e89e5fc625e4c2f3a7f0.zip |
pinctrl: meson: update with SPDX Licence identifier
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/meson/pinctrl-meson.c')
-rw-r--r-- | drivers/pinctrl/meson/pinctrl-meson.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/pinctrl/meson/pinctrl-meson.c b/drivers/pinctrl/meson/pinctrl-meson.c index 410eb7559016..df77a3e86a77 100644 --- a/drivers/pinctrl/meson/pinctrl-meson.c +++ b/drivers/pinctrl/meson/pinctrl-meson.c @@ -1,14 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Pin controller and GPIO driver for Amlogic Meson SoCs * * Copyright (C) 2014 Beniamino Galvani <b.galvani@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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* |