aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-g3evm.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-01-18 03:41:04 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-01-18 13:51:57 +0900
commit39f308242edcf623690fd65c3c91e587ce402755 (patch)
treed6e3acebfe42d3e543d0c60471d81e5d28108a4f /arch/arm/mach-shmobile/board-g3evm.c
parenta2bc19e5866501751efeab0130fb50707f184112 (diff)
downloadkernel_samsung_smdk4412-39f308242edcf623690fd65c3c91e587ce402755.zip
kernel_samsung_smdk4412-39f308242edcf623690fd65c3c91e587ce402755.tar.gz
kernel_samsung_smdk4412-39f308242edcf623690fd65c3c91e587ce402755.tar.bz2
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/mach-shmobile/board-g3evm.c')
-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 686b304..ef4613b 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();