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:
parent
43b0b48de7
commit
86b7210dc7
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
||||||
#include <zephyr/arch/xtensa/xtensa_mmu.h>
|
#include <zephyr/arch/xtensa/xtensa_mmu.h>
|
||||||
#include <zephyr/sys/util.h>
|
#include <zephyr/sys/util.h>
|
||||||
|
|
||||||
#include <xtensa_mmu_priv.h>
|
|
||||||
|
|
||||||
const struct xtensa_mmu_range xtensa_soc_mmu_ranges[] = {
|
const struct xtensa_mmu_range xtensa_soc_mmu_ranges[] = {
|
||||||
{
|
{
|
||||||
.start = (uint32_t)XCHAL_VECBASE_RESET_VADDR,
|
.start = (uint32_t)XCHAL_VECBASE_RESET_VADDR,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue