cleanup: include/: move dma.h to drivers/dma.h
move dma.h to drivers/dma.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
7e7a9bdf88
commit
46a5d1e5cb
20 changed files with 413 additions and 398 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <zephyr.h>
|
||||
#include <device.h>
|
||||
#include <soc.h>
|
||||
#include <dma.h>
|
||||
#include <drivers/dma.h>
|
||||
|
||||
#include <audio/dmic.h>
|
||||
#include "intel_dmic.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue