hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-ixp4xx/wg302v2-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arch/mach-ixp4xx/wg302v2-pci.c
34 *
....@@ -10,11 +11,6 @@
1011 * Copyright (C) 2003 MontaVista Software, Inc.
1112 *
1213 * Maintainer: Imre Kaloz <kaloz@openwrt.org>
13
- *
14
- * This program is free software; you can redistribute it and/or modify
15
- * it under the terms of the GNU General Public License version 2 as
16
- * published by the Free Software Foundation.
17
- *
1814 */
1915
2016 #include <linux/kernel.h>
....@@ -27,6 +23,8 @@
2723
2824 #include <asm/mach/pci.h>
2925
26
+#include "irqs.h"
27
+
3028 void __init wg302v2_pci_preinit(void)
3129 {
3230 irq_set_irq_type(IRQ_IXP4XX_GPIO8, IRQ_TYPE_LEVEL_LOW);