diff options
Diffstat (limited to 'lib_avr32/board.c')
| -rw-r--r-- | lib_avr32/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib_avr32/board.c b/lib_avr32/board.c index 959375a48..57115df09 100644 --- a/lib_avr32/board.c +++ b/lib_avr32/board.c @@ -86,7 +86,7 @@ void *sbrk(ptrdiff_t increment)  }  #ifdef CONFIG_SYS_DMA_ALLOC_LEN -#include <asm/cacheflush.h> +#include <asm/arch/cacheflush.h>  #include <asm/io.h>  static unsigned long dma_alloc_start; |