arch: arm64: mpu: remove unnecessary include

<soc.h> was not required.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-05-31 16:43:52 +02:00 committed by Carles Cufí
parent fedd5584bf
commit f465bd22c9
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <kernel_arch_func.h>
#include <soc.h>
#include <zephyr/arch/arm64/mm.h>
#include <zephyr/linker/linker-defs.h>
#include <zephyr/logging/log.h>