forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/arch/sh/kernel/cpu/irq/ipr.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Interrupt handling for IPR-based IRQ.
34 *
....@@ -11,10 +12,6 @@
1112 * On-chip supporting modules for SH7709/SH7709A/SH7729.
1213 * Hitachi SolutionEngine external I/O:
1314 * MS7709SE01, MS7709ASE01, and MS7750SE01
14
- *
15
- * This file is subject to the terms and conditions of the GNU General Public
16
- * License. See the file "COPYING" in the main directory of this archive
17
- * for more details.
1815 */
1916 #include <linux/init.h>
2017 #include <linux/interrupt.h>