diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-03-20 09:17:04 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-03-20 09:23:28 -0400 |
commit | f3f59fbc54b76945ebc92772bd86f60728205da3 (patch) | |
tree | 6746a8209d4597a4723b527ae59d6954d6975829 | |
parent | 52a65ff5603e685e9b19c2e108b3f0826dc7a86b (diff) |
genirq: Remove license boilerplate/references
Now that SPDX identifiers are in place, remove the boilerplate or
references.
The change in timings.c has been acked by the author.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
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
-rw-r--r-- | kernel/irq/debugfs.c | 7 | ||||
-rw-r--r-- | kernel/irq/timings.c | 10 |
2 files changed, 4 insertions, 13 deletions
diff --git a/kernel/irq/debugfs.c b/kernel/irq/debugfs.c index c8cc6ce9c1c3..4dadeb3d6666 100644 --- a/kernel/irq/debugfs.c +++ b/kernel/irq/debugfs.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | // Copyright 2017 Thomas Gleixner <tglx@linutronix.de> |
3 | * Copyright 2017 Thomas Gleixner <tglx@linutronix.de> | 3 | |
4 | * | ||
5 | * This file is licensed under the GPL V2. | ||
6 | */ | ||
7 | #include <linux/irqdomain.h> | 4 | #include <linux/irqdomain.h> |
8 | #include <linux/irq.h> | 5 | #include <linux/irq.h> |
9 | #include <linux/uaccess.h> | 6 | #include <linux/uaccess.h> |
diff --git a/kernel/irq/timings.c b/kernel/irq/timings.c index 223d47937c48..1e4cb63a5c82 100644 --- a/kernel/irq/timings.c +++ b/kernel/irq/timings.c | |||
@@ -1,12 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | // Copyright (C) 2016, Linaro Ltd - Daniel Lezcano <daniel.lezcano@linaro.org> |
3 | * Copyright (C) 2016, Linaro Ltd - Daniel Lezcano <daniel.lezcano@linaro.org> | 3 | |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | */ | ||
10 | #include <linux/kernel.h> | 4 | #include <linux/kernel.h> |
11 | #include <linux/percpu.h> | 5 | #include <linux/percpu.h> |
12 | #include <linux/slab.h> | 6 | #include <linux/slab.h> |