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:
Anas Nashif 2019-06-25 15:54:01 -04:00
commit d1b2718687
70 changed files with 1234 additions and 1219 deletions

View file

@ -15,7 +15,7 @@
#include <kernel.h>
#include "soc.h"
#include <uart.h>
#include <drivers/uart.h>
#include <device.h>
#include <init.h>