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:
parent
2479af21f6
commit
2899df629f
1 changed files with 0 additions and 2 deletions
|
@ -367,8 +367,6 @@ static inline uint8_t reg_interval(const struct device *dev)
|
||||||
return config->reg_interval;
|
return config->reg_interval;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct uart_driver_api uart_ns16550_driver_api;
|
|
||||||
|
|
||||||
static inline uintptr_t get_port(const struct device *dev)
|
static inline uintptr_t get_port(const struct device *dev)
|
||||||
{
|
{
|
||||||
uintptr_t port;
|
uintptr_t port;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue