aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/of_platform.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c
index b7345176b399..9e7a4d249f03 100644
--- a/arch/powerpc/kernel/of_platform.c
+++ b/arch/powerpc/kernel/of_platform.c
@@ -475,9 +475,6 @@ static struct of_platform_driver of_pci_phb_driver = {
475 .name = "of-pci", 475 .name = "of-pci",
476 .match_table = of_pci_phb_ids, 476 .match_table = of_pci_phb_ids,
477 .probe = of_pci_phb_probe, 477 .probe = of_pci_phb_probe,
478 .driver = {
479 .multithread_probe = 1,
480 },
481}; 478};
482 479
483static __init int of_pci_phb_init(void) 480static __init int of_pci_phb_init(void)