aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-74x164.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-03-25 15:47:48 +0200
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2019-03-26 18:38:07 +0100
commit9a9982d4601e34ef62fa970e3fca868ca61c22a8 (patch)
tree45f06052ee6a9a9d67c0c3e5a576cba7718e70e9 /drivers/gpio/gpio-74x164.c
parentgpio: 74x164: Remove linux/init.h and sort headers (diff)
downloadlinux-dev-9a9982d4601e34ef62fa970e3fca868ca61c22a8.tar.xz
linux-dev-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/gpio-74x164.c')
-rw-r--r--drivers/gpio/gpio-74x164.c5
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>