diff options
Diffstat (limited to 'arch/sparc/kernel/pcic.c')
-rw-r--r-- | arch/sparc/kernel/pcic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc/kernel/pcic.c b/arch/sparc/kernel/pcic.c index bcdf5ad0f035..bcfdddd0418a 100644 --- a/arch/sparc/kernel/pcic.c +++ b/arch/sparc/kernel/pcic.c | |||
@@ -31,6 +31,7 @@ | |||
31 | 31 | ||
32 | #include <asm/irq.h> | 32 | #include <asm/irq.h> |
33 | #include <asm/oplib.h> | 33 | #include <asm/oplib.h> |
34 | #include <asm/prom.h> | ||
34 | #include <asm/pcic.h> | 35 | #include <asm/pcic.h> |
35 | #include <asm/timer.h> | 36 | #include <asm/timer.h> |
36 | #include <asm/uaccess.h> | 37 | #include <asm/uaccess.h> |
@@ -665,7 +666,7 @@ void __init pcibios_fixup_bus(struct pci_bus *bus) | |||
665 | /* cookies */ | 666 | /* cookies */ |
666 | pcp = pci_devcookie_alloc(); | 667 | pcp = pci_devcookie_alloc(); |
667 | pcp->pbm = &pcic->pbm; | 668 | pcp->pbm = &pcic->pbm; |
668 | pcp->prom_node = node; | 669 | pcp->prom_node = of_find_node_by_phandle(node); |
669 | dev->sysdata = pcp; | 670 | dev->sysdata = pcp; |
670 | 671 | ||
671 | /* fixing I/O to look like memory */ | 672 | /* fixing I/O to look like memory */ |