diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2010-11-29 05:23:26 -0500 |
---|---|---|
committer | Lennert Buytenhek <buytenh@wantstofly.org> | 2011-01-13 11:19:14 -0500 |
commit | 5b88128fd70dcf0d5d7c0ae7d7849777ff925bde (patch) | |
tree | 415d8234f571475a8f3265f19c16f335b9dc00e2 /arch/arm/plat-stmp3xxx/irq.c | |
parent | 0e60e117fb904e888bb76f2451f8183fe29c71ce (diff) |
ARM: plat-stmp3xxx: irq_data conversion.
Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
Diffstat (limited to 'arch/arm/plat-stmp3xxx/irq.c')
-rw-r--r-- | arch/arm/plat-stmp3xxx/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-stmp3xxx/irq.c b/arch/arm/plat-stmp3xxx/irq.c index 20de4e0401ef..aaa168683d4e 100644 --- a/arch/arm/plat-stmp3xxx/irq.c +++ b/arch/arm/plat-stmp3xxx/irq.c | |||
@@ -34,7 +34,7 @@ void __init stmp3xxx_init_irq(struct irq_chip *chip) | |||
34 | 34 | ||
35 | /* Disable all interrupts initially */ | 35 | /* Disable all interrupts initially */ |
36 | for (i = 0; i < NR_REAL_IRQS; i++) { | 36 | for (i = 0; i < NR_REAL_IRQS; i++) { |
37 | chip->mask(i); | 37 | chip->irq_mask(irq_get_irq_data(i)); |
38 | set_irq_chip(i, chip); | 38 | set_irq_chip(i, chip); |
39 | set_irq_handler(i, handle_level_irq); | 39 | set_irq_handler(i, handle_level_irq); |
40 | set_irq_flags(i, IRQF_VALID | IRQF_PROBE); | 40 | set_irq_flags(i, IRQF_VALID | IRQF_PROBE); |