aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp4xx/ixdpg425-pci.c
diff options
context:
space:
mode:
authorDeepak Saxena <dsaxena@plexity.net>2006-01-04 17:17:10 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-01-04 17:17:10 +0000
commitf7e8bbb8207c17afbd716e7e5fc785b78fa08571 (patch)
treeeb78a6b9578a6f83c1022fcbc1685bc054dc889d /arch/arm/mach-ixp4xx/ixdpg425-pci.c
parentb3a962455b106a1677f91c754e5315753c3d44c3 (diff)
downloadkernel_samsung_smdk4412-f7e8bbb8207c17afbd716e7e5fc785b78fa08571.zip
kernel_samsung_smdk4412-f7e8bbb8207c17afbd716e7e5fc785b78fa08571.tar.gz
kernel_samsung_smdk4412-f7e8bbb8207c17afbd716e7e5fc785b78fa08571.tar.bz2
[ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xx
Patch from Deepak Saxena Other than interrupt masking purposes, this API is only used when configuring interrupt lines and this patch moves that functionality directly into the ixp4xx_set_irq_type() implementation as board level PCI code should not need to worry about those details. Signed-off-by: Deepak Saxena <dsaxena@plexity.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ixp4xx/ixdpg425-pci.c')
-rw-r--r--arch/arm/mach-ixp4xx/ixdpg425-pci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-ixp4xx/ixdpg425-pci.c b/arch/arm/mach-ixp4xx/ixdpg425-pci.c
index fe5e766..526fb61 100644
--- a/arch/arm/mach-ixp4xx/ixdpg425-pci.c
+++ b/arch/arm/mach-ixp4xx/ixdpg425-pci.c
@@ -32,9 +32,6 @@ void __init ixdpg425_pci_preinit(void)
set_irq_type(IRQ_IXP4XX_GPIO6, IRQT_LOW);
set_irq_type(IRQ_IXP4XX_GPIO7, IRQT_LOW);
- gpio_line_isr_clear(6);
- gpio_line_isr_clear(7);
-
ixp4xx_pci_preinit();
}