summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-ts5500.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-08-29 17:08:53 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-09-04 08:22:47 +0200
commitbf97279079be21fc843d90489846d2c73c77ed09 (patch)
treeb1e482f32d2bc8be84369a39b010074f94dc5b8e /drivers/gpio/gpio-ts5500.c
parentc99601f672fdb057955a5359ab25958c054b07c5 (diff)
gpio: ts5500: Use SPDX header
Cut some boilerplate, use the SPDX license identifier. Cc: kernel@savoirfairelinux.com Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Cc: Jerome Oufella <jerome.oufella@savoirfairelinux.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-ts5500.c')
-rw-r--r--drivers/gpio/gpio-ts5500.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-ts5500.c b/drivers/gpio/gpio-ts5500.c
index dd378813f412..d4ea3ee23b9c 100644
--- a/drivers/gpio/gpio-ts5500.c
+++ b/drivers/gpio/gpio-ts5500.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Digital I/O driver for Technologic Systems TS-5500
*
@@ -16,10 +17,6 @@
* TS-5600:
* Documentation: http://wiki.embeddedarm.com/wiki/TS-5600
* Blocks: LCD port (identical to TS-5500 LCD).
- *
- * 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/bitops.h>