drivers/serial/uart_xlnx_ps.c: uart_xlnx_ps_driver_api is defined twice

The var "uart_xlnx_ps_driver_api" is defined twice in the source,
so remove one definition of it.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
Florian La Roche 2023-08-31 08:06:58 +02:00 committed by Carles Cufí
commit 9f0f9b8875

View file

@ -163,8 +163,6 @@ struct uart_xlnx_ps_dev_data_t {
#endif
};
static const struct uart_driver_api uart_xlnx_ps_driver_api;
/**
* @brief Disables the UART's RX and TX function.
*