aboutsummaryrefslogtreecommitdiff
path: root/cpu/at32ap/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/at32ap/cache.c')
-rw-r--r--cpu/at32ap/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at32ap/cache.c b/cpu/at32ap/cache.c
index 16a0565df..28b945669 100644
--- a/cpu/at32ap/cache.c
+++ b/cpu/at32ap/cache.c
@@ -22,7 +22,7 @@
#include <common.h>
-#include <asm/cacheflush.h>
+#include <asm/arch/cacheflush.h>
void dcache_clean_range(volatile void *start, size_t size)
{