diff options
| -rw-r--r-- | arch/avr32/mach-at32ap/pio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/mach-at32ap/pio.c b/arch/avr32/mach-at32ap/pio.c index 37534103574..f308e1ddc62 100644 --- 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);  |