diff options
-rw-r--r-- | arch/powerpc/platforms/cell/celleb_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/celleb_pci.c b/arch/powerpc/platforms/cell/celleb_pci.c index 5822141aa63f..abc8af43ea7c 100644 --- a/arch/powerpc/platforms/cell/celleb_pci.c +++ b/arch/powerpc/platforms/cell/celleb_pci.c | |||
@@ -472,7 +472,7 @@ int __init celleb_setup_phb(struct pci_controller *phb) | |||
472 | { | 472 | { |
473 | struct device_node *dev = phb->dn; | 473 | struct device_node *dev = phb->dn; |
474 | const struct of_device_id *match; | 474 | const struct of_device_id *match; |
475 | struct celleb_phb_spec *phb_spec; | 475 | const struct celleb_phb_spec *phb_spec; |
476 | int rc; | 476 | int rc; |
477 | 477 | ||
478 | match = of_match_node(celleb_phb_match, dev); | 478 | match = of_match_node(celleb_phb_match, dev); |