soc: migrate includes to <zephyr/...>
In order to bring consistency in-tree, migrate all soc code to the new prefix <zephyr/...>. Note that the conversion has been scripted, refer to zephyrproject-rtos#45388 for more details. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
5f5a905784
commit
0e69129fb3
322 changed files with 850 additions and 850 deletions
|
@ -5,9 +5,9 @@
|
|||
*/
|
||||
#ifndef ZEPHYR_SOC_ARM_ASPEED_UTIL_H_
|
||||
#define ZEPHYR_SOC_ARM_ASPEED_UTIL_H_
|
||||
#include <sys/util.h>
|
||||
#include <devicetree.h>
|
||||
#include <toolchain/gcc.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/toolchain/gcc.h>
|
||||
|
||||
/* gcc.h doesn't define __section but checkpatch.pl will complain for this. so
|
||||
* temporarily add a macro here.
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
* Copyright (c) 2021 ASPEED Technology Inc.
|
||||
*/
|
||||
|
||||
#include <init.h>
|
||||
#include <kernel.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <linker/linker-defs.h>
|
||||
#include <device.h>
|
||||
#include <cache.h>
|
||||
#include <zephyr/linker/linker-defs.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/cache.h>
|
||||
#include <soc.h>
|
||||
|
||||
extern char __bss_nc_start__[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue