diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2018-11-29 00:28:46 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-12-07 10:48:51 +0100 |
commit | 9b34d05aa9c8cdd516762f2b06c22fcd05a14072 (patch) | |
tree | 2c80509197d7757f7733558b25ca30be7795f0fc /drivers/gpio/gpio-lpc18xx.c | |
parent | a109c2dbb571b10bb9969285b646f57309c98251 (diff) | |
download | linux-9b34d05aa9c8cdd516762f2b06c22fcd05a14072.tar.bz2 |
gpio: lpc18xx: use SPDX license identifier
Replace GPLv2 header with the SPDX identifier.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-lpc18xx.c')
-rw-r--r-- | drivers/gpio/gpio-lpc18xx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-lpc18xx.c b/drivers/gpio/gpio-lpc18xx.c index f12e02e1016d..59e6c0ba6b13 100644 --- a/drivers/gpio/gpio-lpc18xx.c +++ b/drivers/gpio/gpio-lpc18xx.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * GPIO driver for NXP LPC18xx/43xx. * * Copyright (C) 2015 Joachim Eastwood <manabian@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. - * */ #include <linux/clk.h> |