Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eed40d3a authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman
Browse files

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 21c7f30b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)