uart: ns16550: remove unused forward declaration

Remove the unused forward declaration of the driver API struct.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-09-18 10:54:29 -07:00 committed by Carles Cufí
commit 2899df629f

View file

@ -367,8 +367,6 @@ static inline uint8_t reg_interval(const struct device *dev)
return config->reg_interval;
}
static const struct uart_driver_api uart_ns16550_driver_api;
static inline uintptr_t get_port(const struct device *dev)
{
uintptr_t port;