projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eead4d5
)
avr32: Fix missing irq namespace conversion
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 30 Mar 2011 13:33:51 +0000
(15:33 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 30 Mar 2011 13:38:03 +0000
(15:38 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/avr32/mach-at32ap/pio.c
patch
|
blob
|
history
diff --git
a/arch/avr32/mach-at32ap/pio.c
b/arch/avr32/mach-at32ap/pio.c
index 37534103574e5e39eb3bd1b36cea08d0540e80c2..f308e1ddc629310ef882c04361b92ae4cef51622 100644
(file)
--- a/
arch/avr32/mach-at32ap/pio.c
+++ b/
arch/avr32/mach-at32ap/pio.c
@@
-282,7
+282,7
@@
static struct irq_chip gpio_irqchip = {
static void gpio_irq_handler(unsigned irq, struct irq_desc *desc)
{
- struct pio_device *pio =
get_irq_desc
_chip_data(desc);
+ struct pio_device *pio =
irq_desc_get
_chip_data(desc);
unsigned gpio_irq;
gpio_irq = (unsigned) irq_get_handler_data(irq);