cleanup: include/: move ipm.h to drivers/ipm.h

move ipm.h to drivers/ipm.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:53:55 -04:00
commit 6524925753
25 changed files with 252 additions and 237 deletions

View file

@ -8,7 +8,7 @@
#include <string.h>
#include <device.h>
#include <soc.h>
#include <ipm.h>
#include <drivers/ipm.h>
#include <mu_imx.h>
#define MU(config) ((MU_Type *)config->base)