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
|
@ -18,7 +18,7 @@
|
|||
#include <kernel.h>
|
||||
#include <device.h>
|
||||
#include <init.h>
|
||||
#include <dma.h>
|
||||
#include <drivers/dma.h>
|
||||
#include <i2s.h>
|
||||
#include <soc.h>
|
||||
#include "i2s_cavs.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <dma.h>
|
||||
#include <drivers/dma.h>
|
||||
#include <i2s.h>
|
||||
#include <soc.h>
|
||||
#include <clock_control/stm32_clock_control.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <kernel.h>
|
||||
#include <device.h>
|
||||
#include <init.h>
|
||||
#include <dma.h>
|
||||
#include <drivers/dma.h>
|
||||
#include <i2s.h>
|
||||
#include <soc.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue