Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3271
b: refs/heads/master
c: 4d0145a
h: refs/heads/master
i:
  3269: f2a3b46
  3267: 2c41bd0
  3263: 96bd72e
v: v3
  • Loading branch information
Lee Nicks authored and Linus Torvalds committed Jun 25, 2005
1 parent d71a3c2 commit 6b9bb6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: 66a464dbc8e0345b6f972b92bf1118e043d7c987
refs/heads/master: 4d0145a7deab4027a0f0a7de74c2d103b8f029cf
8 changes: 4 additions & 4 deletions trunk/drivers/serial/mpsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@

static struct mpsc_port_info mpsc_ports[MPSC_NUM_CTLRS];
static struct mpsc_shared_regs mpsc_shared_regs;
static struct uart_driver mpsc_reg;

static void mpsc_start_rx(struct mpsc_port_info *pi);
static void mpsc_free_ring_mem(struct mpsc_port_info *pi);
static void mpsc_release_port(struct uart_port *port);
/*
******************************************************************************
*
Expand Down Expand Up @@ -546,7 +550,6 @@ static int
mpsc_alloc_ring_mem(struct mpsc_port_info *pi)
{
int rc = 0;
static void mpsc_free_ring_mem(struct mpsc_port_info *pi);

pr_debug("mpsc_alloc_ring_mem[%d]: Allocating ring mem\n",
pi->port.line);
Expand Down Expand Up @@ -745,7 +748,6 @@ mpsc_rx_intr(struct mpsc_port_info *pi, struct pt_regs *regs)
int rc = 0;
u8 *bp;
char flag = TTY_NORMAL;
static void mpsc_start_rx(struct mpsc_port_info *pi);

pr_debug("mpsc_rx_intr[%d]: Handling Rx intr\n", pi->port.line);

Expand Down Expand Up @@ -1178,7 +1180,6 @@ static void
mpsc_shutdown(struct uart_port *port)
{
struct mpsc_port_info *pi = (struct mpsc_port_info *)port;
static void mpsc_release_port(struct uart_port *port);

pr_debug("mpsc_shutdown[%d]: Shutting down MPSC\n", port->line);

Expand Down Expand Up @@ -1448,7 +1449,6 @@ mpsc_console_setup(struct console *co, char *options)
return uart_set_options(&pi->port, co, baud, parity, bits, flow);
}

extern struct uart_driver mpsc_reg;
static struct console mpsc_console = {
.name = MPSC_DEV_NAME,
.write = mpsc_console_write,
Expand Down

0 comments on commit 6b9bb6e

Please sign in to comment.