From: Magnus Damm Date: Thu, 12 Mar 2009 12:05:59 +0000 (+0900) Subject: irq: export remove_irq() and setup_irq() symbols X-Git-Tag: v2.6.30-rc1~3^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb53b4e8fef10ccccb49a6dbb5e19ca84ba5a305;p=pandora-kernel.git irq: export remove_irq() and setup_irq() symbols Export the setup_irq() and remove_irq() symbols. I'd like to export these functions since I have timer code that needs to use setup_irq() early on (too early for request_irq()), and the same code can also be compiled as a module. Signed-off-by: Magnus Damm LKML-Reference: <20090312120559.2926.82371.sendpatchset@rx1.opensource.se> [ changed to _GPL as these are special APIs deep inside the irq layer. ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed