summaryrefslogtreecommitdiffstats
path: root/kernel/irq/pm.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-03-14 22:15:19 +0100
committerThomas Gleixner <tglx@linutronix.de>2018-03-20 14:23:28 +0100
commit52a65ff5603e685e9b19c2e108b3f0826dc7a86b (patch)
tree6f27cc51b49e31098b190854cb2c8b77bce88a8d /kernel/irq/pm.c
parent90cafdd521721eb588a738fae17ac70e50675686 (diff)
downloadlinux-52a65ff5603e685e9b19c2e108b3f0826dc7a86b.tar.gz
linux-52a65ff5603e685e9b19c2e108b3f0826dc7a86b.tar.bz2
linux-52a65ff5603e685e9b19c2e108b3f0826dc7a86b.zip
genirq: Add missing SPDX identifiers
Add SPDX identifiers to files - which contain an explicit license boiler plate or reference - which do not contain a license reference and were not updated in the initial SPDX conversion because the license was deduced by the scanners via EXPORT_SYMBOL_GPL as GPL2.0 only. [ tglx: Moved adding identifiers from the patch which removes the references/boilerplate ] Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Kate Stewart <kstewart@linuxfoundation.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Philippe Ombredanne <pombredanne@nexb.com> Link: https://lkml.kernel.org/r/20180314212030.668321222@linutronix.de
Diffstat (limited to 'kernel/irq/pm.c')
-rw-r--r--kernel/irq/pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/pm.c b/kernel/irq/pm.c
index 474d3fa32a28..d6961d3c6f9e 100644
--- a/kernel/irq/pm.c
+++ b/kernel/irq/pm.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
*