cleanup: include/: move misc/byteorder.h to sys/byteorder.h
move misc/byteorder.h to sys/byteorder.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
5eb90ec169
commit
5d001f3e41
162 changed files with 492 additions and 477 deletions
|
@ -13,7 +13,7 @@
|
|||
LOG_MODULE_REGISTER(display_ili9340);
|
||||
|
||||
#include <drivers/gpio.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <sys/byteorder.h>
|
||||
#include <drivers/spi.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ LOG_MODULE_REGISTER(ssd1673);
|
|||
#include <init.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <drivers/spi.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <sys/byteorder.h>
|
||||
|
||||
#include "ssd1673_regs.h"
|
||||
#include <display/cfb.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue