cleanup: include/: move uart.h to drivers/uart.h
move uart.h to drivers/uart.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bd70f6f1ed
commit
d1b2718687
70 changed files with 1234 additions and 1219 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <kernel.h>
|
||||
#include "soc.h"
|
||||
#include <uart.h>
|
||||
#include <drivers/uart.h>
|
||||
#include <device.h>
|
||||
#include <init.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue