On Tue, Oct 9, 2012 at 5:22 PM, Arnd Bergmann [off-list ref] 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!
We either need to replace the call to set_irq_flags with something
else or export that function. This patch does the latter.
Argh! And I cannot think of anything more elegant so
Acked-by: Linus Walleij <redacted>
Yours,
Linus Walleij