Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146741
b: refs/heads/master
c: 9080b72
h: refs/heads/master
i:
  146739: 9063e18
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 8, 2009
1 parent b7f11ae commit 51de17a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 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: e552de2413edad1a7b0c7f82a2f2753e4f905d93
refs/heads/master: 9080b72819650c3a757d173a19bc930d603b79d6
14 changes: 0 additions & 14 deletions trunk/drivers/serial/sh-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,20 +1082,6 @@ static void __init sci_init_ports(void)
}
}

int __init early_sci_setup(struct uart_port *port)
{
if (unlikely(port->line > SCI_NPORTS))
return -ENODEV;

sci_init_ports();

sci_ports[port->line].port.membase = port->membase;
sci_ports[port->line].port.mapbase = port->mapbase;
sci_ports[port->line].port.type = port->type;

return 0;
}

#ifdef CONFIG_SERIAL_SH_SCI_CONSOLE
/*
* Print a string to the serial port trying not to disturb
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/serial_sci.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ struct plat_sci_port {
upf_t flags; /* UPF_* flags */
};

int early_sci_setup(struct uart_port *port);

#endif /* __LINUX_SERIAL_SCI_H */

0 comments on commit 51de17a

Please sign in to comment.