diff options
Diffstat (limited to 'board/dbau1x00/dbau1x00.c')
-rw-r--r-- | board/dbau1x00/dbau1x00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dbau1x00/dbau1x00.c b/board/dbau1x00/dbau1x00.c index bd20f6e4b0..75e6f0ef5a 100644 --- a/board/dbau1x00/dbau1x00.c +++ b/board/dbau1x00/dbau1x00.c @@ -7,7 +7,7 @@ #include <common.h> #include <command.h> -#include <asm/au1x00.h> +#include <mach/au1x00.h> #include <asm/mipsregs.h> #include <asm/io.h> |