From: Mathieu Desnoyers Date: Tue, 6 Feb 2007 01:03:31 +0000 (+1100) Subject: [POWERPC] Move of_irq_to_resource from prom.h to prom_parse.c X-Git-Tag: v2.6.22-rc1~358^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b3ae14f14f53fb0d0453feeeb830a080726155;p=pandora-kernel.git [POWERPC] Move of_irq_to_resource from prom.h to prom_parse.c In the powerpc architecture, of_irq_to_resource, currently sitting in prom.h, needs irq_of_parse_and_map and NO_IRQ from asm-powerpc/irq.h. The solution suggested by Benjamin Herrenschmidt is to move it to arch/powerpc/kernel/prom_parse.c. Signed-off-by: Mathieu Desnoyers Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed