hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-ixp4xx/dsmg600-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * DSM-G600 board-level PCI initialization
34 *
....@@ -9,11 +10,6 @@
910 * Copyright (C) 2003-2004 MontaVista Software, Inc.
1011 *
1112 * Maintainer: http://www.nslu2-linux.org/
12
- *
13
- * This program is free software; you can redistribute it and/or modify
14
- * it under the terms of the GNU General Public License version 2 as
15
- * published by the Free Software Foundation.
16
- *
1713 */
1814
1915 #include <linux/pci.h>
....@@ -22,6 +18,8 @@
2218 #include <asm/mach/pci.h>
2319 #include <asm/mach-types.h>
2420
21
+#include "irqs.h"
22
+
2523 #define MAX_DEV 4
2624 #define IRQ_LINES 3
2725