cleanup: include/: move clock_control.h to drivers/clock_control.h
move clock_control.h to drivers/clock_control.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
c0c9396d44
commit
17ddd1714c
62 changed files with 278 additions and 263 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <errno.h>
|
||||
#include <device.h>
|
||||
#include <uart.h>
|
||||
#include <clock_control.h>
|
||||
#include <drivers/clock_control.h>
|
||||
#include <fsl_lpuart.h>
|
||||
#include <soc.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue