Skip to content

Commit cdc7810

Browse files
committed
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 <[email protected]>
1 parent 68c389c commit cdc7810

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/serial/uart_ns16550.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <uart.h>
3333
#include <sys_io.h>
3434

35-
#include <drivers/serial/uart_ns16550.h>
35+
#include "uart_ns16550.h"
3636

3737
/*
3838
* If PCP is set for any of the ports, enable support.

0 commit comments

Comments
 (0)