forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/mach-ixp4xx/gateway7001-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arch/mach-ixp4xx/gateway7001-pci.c
34 *
....@@ -10,11 +11,6 @@
1011 * Copyright (C) 2003 MontaVista Softwrae, 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 gateway7001_pci_preinit(void)
3129 {
3230 irq_set_irq_type(IRQ_IXP4XX_GPIO10, IRQ_TYPE_LEVEL_LOW);