aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-core.c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:10:01 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:10:01 +0000
commite594ebc377ac2d5699341f73959a046065b23174 (patch)
treec8842b2ad2e6c3c4c2a27c39e09260e52bfcf43d /drivers/mfd/glamo/glamo-core.c
parentd2c9e64d4b464c67306ac6ffc636c22066c79de8 (diff)
tracking-2.6.27-rc1-irqtype-falling-glamo.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/mfd/glamo/glamo-core.c')
-rw-r--r--drivers/mfd/glamo/glamo-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-core.c b/drivers/mfd/glamo/glamo-core.c
index 0e7a650d483..52223bf912c 100644
--- a/drivers/mfd/glamo/glamo-core.c
+++ b/drivers/mfd/glamo/glamo-core.c
@@ -1204,7 +1204,7 @@ static int __init glamo_probe(struct platform_device *pdev)
if (glamo->pdata->glamo_irq_is_wired &&
!glamo->pdata->glamo_irq_is_wired()) {
set_irq_chained_handler(glamo->irq, glamo_irq_demux_handler);
- set_irq_type(glamo->irq, IRQT_FALLING);
+ set_irq_type(glamo->irq, IRQ_TYPE_EDGE_FALLING);
glamo->irq_works = 1;
} else
glamo->irq_works = 0;