From: Alexander Shiyan Date: Sat, 22 Mar 2014 08:20:31 +0000 (+0400) Subject: genirq: Export symbol no_action() X-Git-Tag: v3.15-rc1~152^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ee6d2325faeec3fb0122a4840678a2ba62b04b;p=pandora-kernel.git genirq: Export symbol no_action() This will allow to use the dummy IRQ handler no_action() from drivers compiled as module. Drivers which use ARM FIQ interrupts can use this to request the interrupt via the normal request_irq() mechanism w/o having to copy the dummy handler to their own code. Signed-off-by: Alexander Shiyan Link: http://lkml.kernel.org/r/1395476431-16070-1-git-send-email-shc_work@mail.ru Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed