forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/platforms/powernv/opal-irqchip.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * This file implements an irqchip for OPAL events. Whenever there is
34 * an interrupt that is handled by OPAL we get passed a list of events
....@@ -5,11 +6,6 @@
56 * interrupts to Linux so we implement an irqchip to handle them.
67 *
78 * Copyright Alistair Popple, IBM Corporation 2014.
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the
11
- * Free Software Foundation; either version 2 of the License, or (at your
12
- * option) any later version.
139 */
1410 #include <linux/bitops.h>
1511 #include <linux/irq.h>