projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21c7f30
)
powerpc: make it compile for multithread change
author
Andrew Morton
<akpm@osdl.org>
Tue, 6 Feb 2007 00:15:25 +0000
(16:15 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 27 Apr 2007 17:57:28 +0000
(10:57 -0700)
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>
arch/powerpc/kernel/of_platform.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/of_platform.c
b/arch/powerpc/kernel/of_platform.c
index b7345176b399f033d4c9270804da1c5f219a6c01..9e7a4d249f03036728d20035f9c632bef713d539 100644
(file)
--- 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)