forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/mach-ixp4xx/ixdpg425-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arm/mach-ixp4xx/ixdpg425-pci.c
34 *
....@@ -6,11 +7,6 @@
67 * Copyright (C) 2004 MontaVista Softwrae, Inc.
78 *
89 * Maintainer: Deepak Saxena <dsaxena@plexity.net>
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License version 2 as
12
- * published by the Free Software Foundation.
13
- *
1410 */
1511
1612 #include <linux/kernel.h>
....@@ -23,6 +19,8 @@
2319
2420 #include <asm/mach/pci.h>
2521
22
+#include "irqs.h"
23
+
2624 void __init ixdpg425_pci_preinit(void)
2725 {
2826 irq_set_irq_type(IRQ_IXP4XX_GPIO6, IRQ_TYPE_LEVEL_LOW);