toolchain: only include <zephyr/toolchain.h>
It is wrong to use toolchain-specific header files. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e5de0b6824
commit
aaeb0a672e
20 changed files with 20 additions and 20 deletions
|
@ -7,7 +7,7 @@
|
|||
#define ZEPHYR_SOC_ARM_ASPEED_UTIL_H_
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/toolchain/gcc.h>
|
||||
#include <zephyr/toolchain.h>
|
||||
|
||||
/* gcc.h doesn't define __section but checkpatch.pl will complain for this. so
|
||||
* temporarily add a macro here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue