From 86b7210dc76268f1b3375478c9d9bb159d67a948 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Fri, 8 Dec 2023 10:32:00 -0800 Subject: [PATCH] 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 --- soc/xtensa/dc233c/mmu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/soc/xtensa/dc233c/mmu.c b/soc/xtensa/dc233c/mmu.c index 62c2c4b7f85..3486ecc2aa0 100644 --- a/soc/xtensa/dc233c/mmu.c +++ b/soc/xtensa/dc233c/mmu.c @@ -12,8 +12,6 @@ #include #include -#include - const struct xtensa_mmu_range xtensa_soc_mmu_ranges[] = { { .start = (uint32_t)XCHAL_VECBASE_RESET_VADDR,