forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/mach-ixp4xx/miccpt-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arm/mach-ixp4xx/miccpt-pci.c
34 *
....@@ -8,11 +9,6 @@
89 * Copyright (C) 2006 OMICRON electronics GmbH
910 *
1011 * Author: Michael Jochum <michael.jochum@omicron.at>
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
15
- *
1612 */
1713
1814 #include <linux/kernel.h>
....@@ -25,6 +21,8 @@
2521 #include <mach/hardware.h>
2622 #include <asm/mach-types.h>
2723
24
+#include "irqs.h"
25
+
2826 #define MAX_DEV 4
2927 #define IRQ_LINES 4
3028