diff options
Diffstat (limited to 'drivers/serial/amba-pl011.c')
-rw-r--r-- | drivers/serial/amba-pl011.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/serial/amba-pl011.c b/drivers/serial/amba-pl011.c index 08adc1de4a79..9d08f27208a1 100644 --- a/drivers/serial/amba-pl011.c +++ b/drivers/serial/amba-pl011.c | |||
@@ -22,8 +22,6 @@ | |||
22 | * along with this program; if not, write to the Free Software | 22 | * along with this program; if not, write to the Free Software |
23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
24 | * | 24 | * |
25 | * $Id: amba.c,v 1.41 2002/07/28 10:03:27 rmk Exp $ | ||
26 | * | ||
27 | * This is a generic driver for ARM AMBA-type serial ports. They | 25 | * This is a generic driver for ARM AMBA-type serial ports. They |
28 | * have a lot of 16550-like features, but are not register compatible. | 26 | * have a lot of 16550-like features, but are not register compatible. |
29 | * Note that although they do have CTS, DCD and DSR inputs, they do | 27 | * Note that although they do have CTS, DCD and DSR inputs, they do |
@@ -109,7 +107,7 @@ static void pl011_enable_ms(struct uart_port *port) | |||
109 | 107 | ||
110 | static void pl011_rx_chars(struct uart_amba_port *uap) | 108 | static void pl011_rx_chars(struct uart_amba_port *uap) |
111 | { | 109 | { |
112 | struct tty_struct *tty = uap->port.info->tty; | 110 | struct tty_struct *tty = uap->port.info->port.tty; |
113 | unsigned int status, ch, flag, max_count = 256; | 111 | unsigned int status, ch, flag, max_count = 256; |
114 | 112 | ||
115 | status = readw(uap->port.membase + UART01x_FR); | 113 | status = readw(uap->port.membase + UART01x_FR); |