aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mux/gpio.c
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2017-12-28 18:22:55 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-09 10:51:44 -0500
commit0edff03d44009f5a459a1d3c6a7915b9952107d1 (patch)
treecedcae71fc4d4c1a61ab11a0bd3c3c0f297389d9 /drivers/mux/gpio.c
parent80cd8f0175d03fa166a5b8a3c80ac5059c248188 (diff)
mux: add SPDX identifiers to all mux source files
Remove all free-text license texts. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. No copyright headers or other non-license-description text was removed. Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mux/gpio.c')
-rw-r--r--drivers/mux/gpio.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mux/gpio.c b/drivers/mux/gpio.c
index 468bf1709606..6fdd9316db8b 100644
--- a/drivers/mux/gpio.c
+++ b/drivers/mux/gpio.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * GPIO-controlled multiplexer driver 3 * GPIO-controlled multiplexer driver
3 * 4 *
4 * Copyright (C) 2017 Axentia Technologies AB 5 * Copyright (C) 2017 Axentia Technologies AB
5 * 6 *
6 * Author: Peter Rosin <peda@axentia.se> 7 * Author: Peter Rosin <peda@axentia.se>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */ 8 */
12 9
13#include <linux/err.h> 10#include <linux/err.h>