summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorMagnus Damm2011-01-18 04:41:04 +0100
committerPaul Mundt2011-01-18 05:51:57 +0100
commit39f308242edcf623690fd65c3c91e587ce402755 (patch)
treed6e3acebfe42d3e543d0c60471d81e5d28108a4f /arch/arm
parentARM: mach-shmobile: sh7372 INTCS MFIS2 interrupt update (diff)
downloadkernel-qcow2-linux-39f308242edcf623690fd65c3c91e587ce402755.tar.gz
kernel-qcow2-linux-39f308242edcf623690fd65c3c91e587ce402755.tar.xz
kernel-qcow2-linux-39f308242edcf623690fd65c3c91e587ce402755.zip
ARM: mach-shmobile: remove sh7367 on-chip set_irq_type()
set_irq_type() should only be used for external IRQ pins, so update the G3EVM board code to remove low level request. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-shmobile/board-g3evm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-g3evm.c b/arch/arm/mach-shmobile/board-g3evm.c
index 686b304a7708..ef4613b993a2 100644
--- a/arch/arm/mach-shmobile/board-g3evm.c
+++ b/arch/arm/mach-shmobile/board-g3evm.c
@@ -347,7 +347,6 @@ static void __init g3evm_init(void)
gpio_request(GPIO_FN_IRDA_OUT, NULL);
gpio_request(GPIO_FN_IRDA_IN, NULL);
gpio_request(GPIO_FN_IRDA_FIRSEL, NULL);
- set_irq_type(evt2irq(0x480), IRQ_TYPE_LEVEL_LOW);
sh7367_add_standard_devices();