drivers: serial: ns16550: move header from /include/
Move ns16550 to the driver directory. No other users in the tree and it is a private header. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
68c389c1f8
commit
cdc78108d5
|
@ -32,7 +32,7 @@
|
|||
#include <uart.h>
|
||||
#include <sys_io.h>
|
||||
|
||||
#include <drivers/serial/uart_ns16550.h>
|
||||
#include "uart_ns16550.h"
|
||||
|
||||
/*
|
||||
* If PCP is set for any of the ports, enable support.
|
||||
|
|
Loading…
Reference in New Issue