aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/celleb/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/celleb/pci.c')
-rw-r--r--arch/powerpc/platforms/celleb/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/celleb/pci.c b/arch/powerpc/platforms/celleb/pci.c
index 13ec4a606b9..5d399e038c2 100644
--- a/arch/powerpc/platforms/celleb/pci.c
+++ b/arch/powerpc/platforms/celleb/pci.c
@@ -480,7 +480,7 @@ static struct of_device_id celleb_phb_match[] __initdata = {
480 480
481int __init celleb_setup_phb(struct pci_controller *phb) 481int __init celleb_setup_phb(struct pci_controller *phb)
482{ 482{
483 struct device_node *dev = phb->arch_data; 483 struct device_node *dev = phb->dn;
484 const struct of_device_id *match; 484 const struct of_device_id *match;
485 int (*setup_func)(struct device_node *, struct pci_controller *); 485 int (*setup_func)(struct device_node *, struct pci_controller *);
486 486