From: Olof Johansson Date: Mon, 4 Jun 2007 04:47:04 +0000 (+1000) Subject: [POWERPC] Uninline and export virq_to_hw() for the pasemi_mac driver X-Git-Tag: v2.6.22~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7905812e5919862acb6ede63e10d3d1bb4958e;p=pandora-kernel.git [POWERPC] Uninline and export virq_to_hw() for the pasemi_mac driver 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. This is needed so that the pasemi_mac driver can be compiled as a module. Signed-off-by: Olof Johansson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed