aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/lib/io.c
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2018-12-28 00:32:28 -0800
committerLinus Torvalds <[email protected]>2018-12-28 12:11:45 -0800
commit4494ce4fb4ff42946f48bbc8a5ac55ee18dca600 (patch)
treed875a0f891015415cdbc6150129eab480fab21d9 /arch/sh/lib/io.c
parent5933f6d220403b55772d2caf48a9a39d777fd630 (diff)
sh: lib: convert to SPDX identifiers
Update license to use SPDX-License-Identifier instead of verbose license text. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Simon Horman <[email protected]> Cc: Yoshinori Sato <[email protected]> Cc: Rich Felker <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/sh/lib/io.c')
-rw-r--r--arch/sh/lib/io.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sh/lib/io.c b/arch/sh/lib/io.c
index 88dfe6e396bc..ebcf7c0a7335 100644
--- a/arch/sh/lib/io.c
+++ b/arch/sh/lib/io.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* arch/sh/lib/io.c - SH32 optimized I/O routines
*
@@ -6,10 +7,6 @@
*
* Provide real functions which expand to whatever the header file defined.
* Also definitions of machine independent IO functions.
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
*/
#include <linux/module.h>
#include <linux/io.h>