summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorCharles Keepax2019-06-25 17:39:15 +0200
committerBartosz Golaszewski2019-06-26 09:40:33 +0200
commit690499d969bc5054ed43a9ef0c96f26d478fff6e (patch)
tree0b529a3e22b48b008a757e0be92d17bdbf954ed5 /drivers/gpio
parentgpio: max732x: use devm_gpiochip_add_data() (diff)
downloadkernel-qcow2-linux-690499d969bc5054ed43a9ef0c96f26d478fff6e.tar.gz
kernel-qcow2-linux-690499d969bc5054ed43a9ef0c96f26d478fff6e.tar.xz
kernel-qcow2-linux-690499d969bc5054ed43a9ef0c96f26d478fff6e.zip
gpio: madera: Fixup SPDX headers
GPL-2.0-only is the preferred way of expressing v2 of the GPL, so switch to that and remove some redundant copyright notices. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-madera.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpio/gpio-madera.c b/drivers/gpio/gpio-madera.c
index c9dad0543672..4dbc837d1215 100644
--- a/drivers/gpio/gpio-madera.c
+++ b/drivers/gpio/gpio-madera.c
@@ -1,12 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
/*
* GPIO support for Cirrus Logic Madera codecs
*
* Copyright (C) 2015-2018 Cirrus Logic
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by the
- * Free Software Foundation; version 2.
*/
#include <linux/gpio/driver.h>