forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/mach-ixp4xx/nas100d-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arm/mach-ixp4xx/nas100d-pci.c
34 *
....@@ -8,11 +9,6 @@
89 * Copyright (C) 2003-2004 MontaVista Software, Inc.
910 *
1011 * Maintainer: http://www.nslu2-linux.org/
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/pci.h>
....@@ -21,6 +17,8 @@
2117 #include <asm/mach/pci.h>
2218 #include <asm/mach-types.h>
2319
20
+#include "irqs.h"
21
+
2422 #define MAX_DEV 3
2523 #define IRQ_LINES 3
2624