diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/at32ap/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at32ap/cache.c b/cpu/at32ap/cache.c index 16a0565df2d..28b945669af 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) { |