diff options
author | Andrew Morton <akpm@osdl.org> | 2007-02-17 18:17:16 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-08 15:31:40 +1100 |
commit | 99ddef9bfe714c3273e3fce4c6b6a2a99e7d0bf8 (patch) | |
tree | 6d61b859101561ff5651896ae8625958f7389103 /arch/powerpc/kernel | |
parent | b5d99e64bc6ec1eef03ed5ffe99088b28f5ad4a4 (diff) |
[POWERPC] Fix compile error in prom.h
In file included from include/asm/pci.h:20,
from include/linux/pci.h:751,
from arch/powerpc/sysdev/dart_iommu.c:36:
include/asm/prom.h: In function `of_irq_to_resource':
include/asm/prom.h:341: warning: implicit declaration of function `irq_of_parse_and_map'
include/asm/prom.h:345: error: `NO_IRQ' undeclared (first use in this function)
include/asm/prom.h:345: error: (Each undeclared identifier is reported only once
include/asm/prom.h:345: error: for each function it appears in.)
Seems that prom.h has always wanted irq.h.
Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel')
0 files changed, 0 insertions, 0 deletions