serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK define
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 9 Jun 2014 15:11:21 +0000 (18:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2014 23:10:42 +0000 (16:10 -0700)
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>
drivers/tty/serial/serial_txx9.c

index 29f5232f79e4b6c8198ec5e8cd76cafbedc1b8bd..af115645c51f7b146fab9695673b85f37e6529a0 100644 (file)
@@ -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
This page took 0.063593 seconds and 5 git commands to generate.