From b0c420b92fe2ace36e02ba63a6a07fb77e277059 Mon Sep 17 00:00:00 2001 From: Jeff Kubascik Date: Wed, 10 Apr 2019 19:38:52 -0400 Subject: bsp/zynq-uart: Remove zynq_uart_instances from header This variable is BSP specific and should be removed from the driver header file. Update #3682. --- bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h') diff --git a/bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h b/bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h index 3aabdca65d..20c3c9b653 100644 --- a/bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h +++ b/bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h @@ -53,9 +53,7 @@ typedef struct { rtems_vector_number irq; } zynq_uart_context; -const rtems_termios_device_handler zynq_uart_handler; - -extern zynq_uart_context zynq_uart_instances[2]; +extern const rtems_termios_device_handler zynq_uart_handler; #define ZYNQ_UART_DEFAULT_BAUD 115200 -- cgit v1.2.3