From: Olof Johansson Date: Mon, 4 Jun 2007 04:47:04 +0000 (+1000) Subject: [POWERPC] Uninline and export virq_to_hw() X-Git-Tag: v2.6.23-rc1~767^2^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35923f12e42a3baf4ac6da7c05cf5f7478e5a7c6;p=pandora-kernel.git [POWERPC] Uninline and export virq_to_hw() Uninline virq_to_hw and export it so modules can use it. The alternative would be to export the irq_map array instead, but it's an infrequently called function, and keeping the array unexported seems considerably cleaner. Signed-off-by: Olof Johansson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed