commit | c0b3ae14f14f53fb0d0453feeeb830a080726155 | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Tue Feb 06 12:03:31 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Wed May 02 16:40:55 2007 +1000 |
tree | 29b9d4c01f27faff8390b9b19d56ac85ef790945 | |
parent | 0eb2e6019ae8e76a537bdca07b31e1524a3bba48 [diff] |
[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 <mathieu.desnoyers@polymtl.ca> Signed-off-by: Paul Mackerras <paulus@samba.org>