[PATCH 2/9] ARM: export set_irq_flags

Linus Walleij linus.walleij at linaro.org
Wed Oct 10 02:42:57 EDT 2012


On Tue, Oct 9, 2012 at 5:22 PM, Arnd Bergmann <arnd at arndb.de> 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 <linus.walleij at linaro.org>

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list