Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19312
b: refs/heads/master
c: 577bca9
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Hering authored and Linus Torvalds committed Feb 1, 2006
1 parent b21e5ca commit 0c6b424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3833a70585fd4b0f64e275ba0cc3f5e5038253fd
refs/heads/master: 577bca9eff94193a06e426f8dbf6b3152247a209
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/kernel/legacy_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ static int __init add_legacy_soc_port(struct device_node *np,
return add_legacy_port(np, -1, UPIO_MEM, addr, addr, NO_IRQ, flags);
}

#ifdef CONFIG_ISA
static int __init add_legacy_isa_port(struct device_node *np,
struct device_node *isa_brg)
{
Expand Down Expand Up @@ -168,7 +167,6 @@ static int __init add_legacy_isa_port(struct device_node *np,
return add_legacy_port(np, index, UPIO_PORT, reg[1], taddr, NO_IRQ, UPF_BOOT_AUTOCONF);

}
#endif

#ifdef CONFIG_PCI
static int __init add_legacy_pci_port(struct device_node *np,
Expand Down Expand Up @@ -276,7 +274,6 @@ void __init find_legacy_serial_ports(void)
of_node_put(soc);
}

#ifdef CONFIG_ISA
/* First fill our array with ISA ports */
for (np = NULL; (np = of_find_node_by_type(np, "serial"));) {
struct device_node *isa = of_get_parent(np);
Expand All @@ -287,7 +284,6 @@ void __init find_legacy_serial_ports(void)
}
of_node_put(isa);
}
#endif

#ifdef CONFIG_PCI
/* Next, try to locate PCI ports */
Expand Down

0 comments on commit 0c6b424

Please sign in to comment.