Commit e832487
committed
[fix](dfs): Remove unnecessary mmu header file inclusions in dfs_pcached.c
[Description]:
1. Remove mmu.h and other unused header file inclusions in dfs_pcached.c.
2. These inclusions are not used and cause errors when ARCH_MM_MMU is not selected.
3. Cache operations depend on libcpu or bsp instead of MMU.1 parent f7d5421 commit e832487
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
| |||
0 commit comments