Browse Source

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>
Andrew Morton 18 years ago
parent
commit
eed40d3ad2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      arch/powerpc/kernel/of_platform.c

+ 0 - 3
arch/powerpc/kernel/of_platform.c

@@ -475,9 +475,6 @@ static struct of_platform_driver of_pci_phb_driver = {
        .name = "of-pci",
        .name = "of-pci",
        .match_table = of_pci_phb_ids,
        .match_table = of_pci_phb_ids,
        .probe = of_pci_phb_probe,
        .probe = of_pci_phb_probe,
-       .driver = {
-	       .multithread_probe = 1,
-       },
 };
 };
 
 
 static __init int of_pci_phb_init(void)
 static __init int of_pci_phb_init(void)