aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/mach-gta01.c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:10:00 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:10:00 +0000
commite9631885517de5ce5820295e39d95a23ee555de9 (patch)
tree9960420c70cc49b25fa8f8af1dfbc24820bf8d73 /arch/arm/mach-s3c2410/mach-gta01.c
parent22dabfd0f813b6a6628a8c55c415f7f55c06baac (diff)
tracking-2.6.27-irqtype-rename.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-gta01.c')
-rw-r--r--arch/arm/mach-s3c2410/mach-gta01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index e518de7efa5..49a7021f6ae 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -724,7 +724,7 @@ static void __init gta01_machine_init(void)
s3c2410_pm_init();
- set_irq_type(GTA01_IRQ_MODEM, IRQT_RISING);
+ set_irq_type(GTA01_IRQ_MODEM, IRQ_TYPE_EDGE_RISING);
rc = request_irq(GTA01_IRQ_MODEM, gta01_modem_irq, IRQF_DISABLED,
"modem", NULL);
enable_irq_wake(GTA01_IRQ_MODEM);