aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2007-02-05 16:15:25 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2007-04-27 10:57:28 -0700
commiteed40d3ad2ba652c08422d62a5ff6f62ac0be16d (patch)
tree7bc5477818b1b2c96e98f8571e700471356021a2 /arch
parentdriver core: per-subsystem multithreaded probing (diff)
downloadlinux-dev-eed40d3ad2ba652c08422d62a5ff6f62ac0be16d.tar.xz
linux-dev-eed40d3ad2ba652c08422d62a5ff6f62ac0be16d.zip
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')
-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 = {
.name = "of-pci",
.match_table = of_pci_phb_ids,
.probe = of_pci_phb_probe,
- .driver = {
- .multithread_probe = 1,
- },
};
static __init int of_pci_phb_init(void)