diff options
author | Andrew Morton <akpm@osdl.org> | 2007-02-05 16:15:25 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-04-27 10:57:28 -0700 |
commit | eed40d3ad2ba652c08422d62a5ff6f62ac0be16d (patch) | |
tree | 7bc5477818b1b2c96e98f8571e700471356021a2 /arch | |
parent | 21c7f30b1d3f8a3de3128478daca3ce203fc8733 (diff) | |
download | linux-3.10-eed40d3ad2ba652c08422d62a5ff6f62ac0be16d.tar.gz linux-3.10-eed40d3ad2ba652c08422d62a5ff6f62ac0be16d.tar.bz2 linux-3.10-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index b7345176b39..9e7a4d249f0 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) |