aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2007-02-05 19:15:25 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2007-04-27 13:57:28 -0400
commiteed40d3ad2ba652c08422d62a5ff6f62ac0be16d (patch)
tree7bc5477818b1b2c96e98f8571e700471356021a2 /arch/powerpc
parent21c7f30b1d3f8a3de3128478daca3ce203fc8733 (diff)
powerpc: make it compile for multithread change
arch/powerpc/kernel/of_platform.c:479: error: unknown field `multithread_probe' specified in initializer Cc: Paul Mackerras <paulus@samba.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/powerpc')
-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)