| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/mach-ixp4xx/ixdpg425-pci.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Copyright (C) 2004 MontaVista Softwrae, Inc. |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * 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 | | - * |
|---|
| 14 | 10 | */ |
|---|
| 15 | 11 | |
|---|
| 16 | 12 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 23 | 19 | |
|---|
| 24 | 20 | #include <asm/mach/pci.h> |
|---|
| 25 | 21 | |
|---|
| 22 | +#include "irqs.h" |
|---|
| 23 | + |
|---|
| 26 | 24 | void __init ixdpg425_pci_preinit(void) |
|---|
| 27 | 25 | { |
|---|
| 28 | 26 | irq_set_irq_type(IRQ_IXP4XX_GPIO6, IRQ_TYPE_LEVEL_LOW); |
|---|