cleanup: include/: move sensor.h to drivers/sensor.h
move sensor.h to drivers/sensor.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
fd359c21e9
commit
8c1f89fa99
125 changed files with 695 additions and 680 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <drivers/i2c.h>
|
||||
#include <init.h>
|
||||
#include <sensor.h>
|
||||
#include <drivers/sensor.h>
|
||||
|
||||
#define LOG_LEVEL CONFIG_SENSOR_LOG_LEVEL
|
||||
#include <logging/log.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue