forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/powerpc/platforms/4xx/uic.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * arch/powerpc/sysdev/uic.c
34 *
45 * IBM PowerPC 4xx Universal Interrupt Controller
56 *
67 * Copyright 2007 David Gibson <dwg@au1.ibm.com>, IBM Corporation.
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
128 */
139 #include <linux/kernel.h>
1410 #include <linux/init.h>