diff options
Diffstat (limited to 'arch/ppc64/kernel/prom.c')
-rw-r--r-- | arch/ppc64/kernel/prom.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ppc64/kernel/prom.c b/arch/ppc64/kernel/prom.c index b08aac68baff..45a4ad08fbc2 100644 --- a/arch/ppc64/kernel/prom.c +++ b/arch/ppc64/kernel/prom.c | |||
@@ -544,12 +544,6 @@ static int __devinit finish_node(struct device_node *np, | |||
544 | if (ip != NULL) | 544 | if (ip != NULL) |
545 | nsizec = *ip; | 545 | nsizec = *ip; |
546 | 546 | ||
547 | /* the f50 sets the name to 'display' and 'compatible' to what we | ||
548 | * expect for the name -- Cort | ||
549 | */ | ||
550 | if (!strcmp(np->name, "display")) | ||
551 | np->name = get_property(np, "compatible", NULL); | ||
552 | |||
553 | if (!strcmp(np->name, "device-tree") || np->parent == NULL) | 547 | if (!strcmp(np->name, "device-tree") || np->parent == NULL) |
554 | ifunc = interpret_root_props; | 548 | ifunc = interpret_root_props; |
555 | else if (np->type == 0) | 549 | else if (np->type == 0) |