diff options
Diffstat (limited to 'drivers/irqchip/irq-gic-v2m.c')
-rw-r--r-- | drivers/irqchip/irq-gic-v2m.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/irqchip/irq-gic-v2m.c b/drivers/irqchip/irq-gic-v2m.c index 3c77ab676e54..875ac80f690b 100644 --- a/drivers/irqchip/irq-gic-v2m.c +++ b/drivers/irqchip/irq-gic-v2m.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ARM GIC v2m MSI(-X) support | 3 | * ARM GIC v2m MSI(-X) support |
3 | * Support for Message Signaled Interrupts for systems that | 4 | * Support for Message Signaled Interrupts for systems that |
@@ -7,10 +8,6 @@ | |||
7 | * Authors: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> | 8 | * Authors: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> |
8 | * Harish Kasiviswanathan <harish.kasiviswanathan@amd.com> | 9 | * Harish Kasiviswanathan <harish.kasiviswanathan@amd.com> |
9 | * Brandon Anderson <brandon.anderson@amd.com> | 10 | * Brandon Anderson <brandon.anderson@amd.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #define pr_fmt(fmt) "GICv2m: " fmt | 13 | #define pr_fmt(fmt) "GICv2m: " fmt |