diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-03-25 15:47:48 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-03-26 18:38:07 +0100 |
commit | 9a9982d4601e34ef62fa970e3fca868ca61c22a8 (patch) | |
tree | 45f06052ee6a9a9d67c0c3e5a576cba7718e70e9 /drivers/gpio | |
parent | 517ec43927c85f4d1f67f3a51e8c36e28b2a41a4 (diff) | |
download | linux-9a9982d4601e34ef62fa970e3fca868ca61c22a8.tar.gz linux-9a9982d4601e34ef62fa970e3fca868ca61c22a8.tar.bz2 linux-9a9982d4601e34ef62fa970e3fca868ca61c22a8.zip |
gpio: 74x164: Convert to use SPDX identifier
Reduce size of duplicated comments by switching to use SPDX identifier.
No functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-74x164.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-74x164.c b/drivers/gpio/gpio-74x164.c index fbd8478dae3d..e81307f9754e 100644 --- a/drivers/gpio/gpio-74x164.c +++ b/drivers/gpio/gpio-74x164.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * 74Hx164 - Generic serial-in/parallel-out 8-bits shift register GPIO driver * * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2010 Miguel Gaio <miguel.gaio@efixo.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/gpio/consumer.h> |