diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-06-09 18:11:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-10 16:10:42 -0700 |
commit | db3a1a43fbb3c0e2f993ce5e7305641075eeb1d6 (patch) | |
tree | 4587b7b021a48dbc7602c0f2c05345c71a3e5dd8 /drivers/tty | |
parent | 8bd67d7d2cbcea2a2371480fe3fe47f2bcd0294c (diff) | |
download | op-kernel-dev-db3a1a43fbb3c0e2f993ce5e7305641075eeb1d6.zip op-kernel-dev-db3a1a43fbb3c0e2f993ce5e7305641075eeb1d6.tar.gz |
serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK define
The TXX9_SIFCR_TDIL_MASK define is cut and pasted twice so we can delete
the second instance.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/serial_txx9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_txx9.c b/drivers/tty/serial/serial_txx9.c index 29f5232..af11564 100644 --- a/drivers/tty/serial/serial_txx9.c +++ b/drivers/tty/serial/serial_txx9.c @@ -142,7 +142,6 @@ struct uart_txx9_port { #define TXX9_SIFCR_RDIL_12 0x00000180 #define TXX9_SIFCR_RDIL_MAX 0x00000180 #define TXX9_SIFCR_TDIL_MASK 0x00000018 -#define TXX9_SIFCR_TDIL_MASK 0x00000018 #define TXX9_SIFCR_TDIL_1 0x00000000 #define TXX9_SIFCR_TDIL_4 0x00000001 #define TXX9_SIFCR_TDIL_8 0x00000010 |