soc: arm: nxp_kinetis: remove unecessary includes
This changes remove extraneous includes causing issues with cycles in includes subsequently having code requiring definitions from CMSIS while it’s configuration hasn’t completed yet. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
This commit is contained in:
parent
3599fb47e1
commit
7226f985fc
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ extern "C" {
|
|||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <fsl_common.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/random/random.h>
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue