| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arch/mach-ixp4xx/gateway7001-pci.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * Copyright (C) 2003 MontaVista Softwrae, Inc. |
|---|
| 11 | 12 | * |
|---|
| 12 | 13 | * 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 | | - * |
|---|
| 18 | 14 | */ |
|---|
| 19 | 15 | |
|---|
| 20 | 16 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 27 | 23 | |
|---|
| 28 | 24 | #include <asm/mach/pci.h> |
|---|
| 29 | 25 | |
|---|
| 26 | +#include "irqs.h" |
|---|
| 27 | + |
|---|
| 30 | 28 | void __init gateway7001_pci_preinit(void) |
|---|
| 31 | 29 | { |
|---|
| 32 | 30 | irq_set_irq_type(IRQ_IXP4XX_GPIO10, IRQ_TYPE_LEVEL_LOW); |
|---|