Commit-ID: dd8ea6af1b9f4cedefb718dbfff60203c458d7ab Gitweb: http://git.kernel.org/tip/dd8ea6af1b9f4cedefb718dbfff60203c458d7ab Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx> AuthorDate: Wed, 30 Mar 2011 15:33:51 +0200 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitDate: Wed, 30 Mar 2011 15:38:03 +0200 avr32: Fix missing irq namespace conversion Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> --- 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 3753410..f308e1d 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); -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |