soc: xtensa: dc233c: no need to include xtensa_mmu_priv.h

It does not use anything inside xtensa_mmu_priv.h so remove
the include.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-12-08 10:32:00 -08:00 committed by Carles Cufí
commit 86b7210dc7

View file

@ -12,8 +12,6 @@
#include <zephyr/arch/xtensa/xtensa_mmu.h>
#include <zephyr/sys/util.h>
#include <xtensa_mmu_priv.h>
const struct xtensa_mmu_range xtensa_soc_mmu_ranges[] = {
{
.start = (uint32_t)XCHAL_VECBASE_RESET_VADDR,