cleanup: include/: move i2c.h to drivers/i2c.h
move i2c.h to drivers/i2c.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
f901e26de9
commit
8f692c7d38
120 changed files with 1162 additions and 1147 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <device.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <i2c.h>
|
||||
#include <drivers/i2c.h>
|
||||
#include <kernel.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <misc/util.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue