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

move i2s.h to drivers/i2s.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:54 -04:00
commit f2e35134b0
16 changed files with 547 additions and 532 deletions

View file

@ -5,7 +5,7 @@
*/
#include "mpxxdtyy.h"
#include <i2s.h>
#include <drivers/i2s.h>
#define LOG_LEVEL CONFIG_AUDIO_DMIC_LOG_LEVEL
#include <logging/log.h>