Skip to content

Commit 4bbab73

Browse files
committed
update
1 parent 1f71d90 commit 4bbab73

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

bsp/cvitek/drivers/drv_sdhci.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <rthw.h>
1111
#include <rtthread.h>
1212
#include <rtdevice.h>
13+
#include <mmu.h>
1314
#include <stdbool.h>
1415
#include <stdlib.h>
1516
#include <stdio.h>
@@ -25,9 +26,6 @@
2526
#include <drivers/dev_sdio.h>
2627

2728
#include "drv_sdhci.h"
28-
#ifdef RT_USING_SMART
29-
#include "mmu.h"
30-
#endif
3129

3230
#define SDMMC_DMA_ALIGN_CACHE 64
3331

bsp/cvitek/drivers/libraries/eth/dw_eth_mac.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
* limitations under the License.
1515
*/
1616
#include <rtthread.h>
17+
#include <mmu.h>
1718

1819
#include "dw_eth_mac.h"
1920
#include "cache.h"
2021
#include "string.h"
2122
#include "drv_ioremap.h"
2223

23-
#ifdef RT_USING_SMART
24-
#include "mmu.h"
25-
#endif
2624

2725
#define roundup(x, y) ( \
2826
{ \

0 commit comments

Comments
 (0)