diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-12-28 03:32:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-28 15:11:45 -0500 |
commit | 4494ce4fb4ff42946f48bbc8a5ac55ee18dca600 (patch) | |
tree | d875a0f891015415cdbc6150129eab480fab21d9 /arch/sh/lib/io.c | |
parent | 5933f6d220403b55772d2caf48a9a39d777fd630 (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/871s6wcswb.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sh/lib/io.c')
-rw-r--r-- | arch/sh/lib/io.c | 5 |
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 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * arch/sh/lib/io.c - SH32 optimized I/O routines | 3 | * arch/sh/lib/io.c - SH32 optimized I/O routines |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Provide real functions which expand to whatever the header file defined. | 8 | * Provide real functions which expand to whatever the header file defined. |
8 | * Also definitions of machine independent IO functions. | 9 | * Also definitions of machine independent IO functions. |
9 | * | ||
10 | * This file is subject to the terms and conditions of the GNU General Public | ||
11 | * License. See the file "COPYING" in the main directory of this archive | ||
12 | * for more details. | ||
13 | */ | 10 | */ |
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
15 | #include <linux/io.h> | 12 | #include <linux/io.h> |