From: Arnd Bergmann Date: Thu, 16 Aug 2012 07:49:26 +0000 (+0000) Subject: ARM: export set_irq_flags X-Git-Tag: v3.7-rc3~28^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05c769823cd0648fc56c8f0289c5f14d465389a8;p=pandora-kernel.git ARM: export set_irq_flags 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. Signed-off-by: Arnd Bergmann Acked-by: Thomas Gleixner Cc: Magnus Damm Cc: Linus Walleij Cc: Rafael J. Wysocki Cc: Russell King --- Reading git-diff-tree failed