arch: arm: soc: remove core zephyr header inclusions from soc.h
This commit removes the direct inclusions of device.h or gpio.h from soc.h header files in ARM SOCs, to avoid soc.h include kernel.h. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
92b8a41f20
commit
aee97be710
8 changed files with 16 additions and 16 deletions
|
@ -22,8 +22,8 @@
|
|||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <device.h>
|
||||
#include <stm32l4xx.h>
|
||||
#include <kernel_includes.h>
|
||||
|
||||
#define GPIO_REG_SIZE 0x400
|
||||
/* base address for where GPIO registers start */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue