Re: [PATCH 2/9] ARM: export set_irq_flags

2012-10-09 Thread Linus Walleij
On Tue, Oct 9, 2012 at 5:22 PM, Arnd Bergmann wrote: > The recently added Emma Mobile GPIO driver calls set_irq_flags > and irq_set_chip_and_handler for the interrupts it exports and > it can be built as a module, which currently fails with > > ERROR: "set_irq_flags" [drivers/gpio/gpio-em.ko] und

Re: [PATCH 2/9] ARM: export set_irq_flags

2012-10-09 Thread Thomas Gleixner
On Tue, 9 Oct 2012, Arnd Bergmann wrote: > The recently added Emma Mobile GPIO driver calls set_irq_flags > and irq_set_chip_and_handler for the interrupts it exports and > it can be built as a module, which currently fails with > > ERROR: "set_irq_flags" [drivers/gpio/gpio-em.ko] undefined! >