diff options
| author | Michal Simek <[email protected]> | 2015-12-02 12:57:11 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2015-12-07 10:14:30 +0100 |
| commit | c643f3ef9b68a2444c9672bc7b72735a5b7855b0 (patch) | |
| tree | a2c127eff1c10f9a27a4818d9f94bfb3fa77b580 /drivers | |
| parent | 6bf87dacd9d2d4962d32781c99ce891bde2b284f (diff) | |
serial: zynq: Remove duplicated header
debug_uart.h is included twice.
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/serial_zynq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zynq.c index 6807f0f812f..b2b98dea156 100644 --- a/drivers/serial/serial_zynq.c +++ b/drivers/serial/serial_zynq.c @@ -192,9 +192,6 @@ U_BOOT_DRIVER(serial_zynq) = { }; #ifdef CONFIG_DEBUG_UART_ZYNQ - -#include <debug_uart.h> - void _debug_uart_init(void) { struct uart_zynq *regs = (struct uart_zynq *)CONFIG_DEBUG_UART_BASE; |
