serial: zynq: Remove duplicated header
debug_uart.h is included twice. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6bf87dacd9
commit
c643f3ef9b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user