summaryrefslogtreecommitdiffstats
path: root/arch/mips/sni
diff options
context:
space:
mode:
authorThomas Gleixner2019-05-28 19:10:13 +0200
committerGreg Kroah-Hartman2019-05-30 20:29:53 +0200
commitd1d24ed481f5355f04cbdfb8d29114961a057e14 (patch)
tree36a1e536ea9ba1ac406af3c9d4dd8cafcdcf7d0c /arch/mips/sni
parenttreewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209 (diff)
downloadkernel-qcow2-linux-d1d24ed481f5355f04cbdfb8d29114961a057e14.tar.gz
kernel-qcow2-linux-d1d24ed481f5355f04cbdfb8d29114961a057e14.tar.xz
kernel-qcow2-linux-d1d24ed481f5355f04cbdfb8d29114961a057e14.zip
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 210
Based on 1 normalized pattern(s): this code is released under the gpl version 2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 4 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Steve Winslow <swinslow@gmail.com> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190528171438.985972314@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mips/sni')
-rw-r--r--arch/mips/sni/eisa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/sni/eisa.c b/arch/mips/sni/eisa.c
index 179b5d556ad2..483a43d079ee 100644
--- a/arch/mips/sni/eisa.c
+++ b/arch/mips/sni/eisa.c
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Virtual EISA root driver.
* Acts as a placeholder if we don't have a proper EISA bridge.
*
* (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org>
* modified for SNI usage by Thomas Bogendoerfer
- *
- * This code is released under the GPL version 2.
*/
#include <linux/kernel.h>