diff options
Diffstat (limited to 'board/etin/debris')
-rw-r--r-- | board/etin/debris/flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/etin/debris/flash.c b/board/etin/debris/flash.c index a3c8138841c..f9e861942d9 100644 --- a/board/etin/debris/flash.c +++ b/board/etin/debris/flash.c @@ -27,6 +27,7 @@ #include <asm/processor.h> #include <asm/pci_io.h> #include <mpc824x.h> +#include <asm/mmu.h> int (*do_flash_erase)(flash_info_t*, uint32_t, uint32_t); int (*write_dword)(flash_info_t*, ulong, uint64_t); |