serial: zynq: Remove unused #defines

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Series-to: trini, uboot
This commit is contained in:
Soren Brinkmann 2013-10-29 13:11:54 -07:00 committed by Michal Simek
parent d19ad726bc
commit 2785a4ae76
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@
#define ZYNQ_UART_MR_PARITY_NONE 0x00000020 /* No parity mode */
/* Some clock/baud constants */
#define ZYNQ_UART_BDIV 15 /* Default/reset BDIV value */
#define ZYNQ_UART_BASECLK 3125000L /* master / (bdiv + 1) */
struct uart_zynq {
u32 control; /* Control Register [8:0] */
u32 mode; /* Mode Register [10:0] */