diff options
Diffstat (limited to 'cpu/at91rm9200/cpu.c')
-rw-r--r-- | cpu/at91rm9200/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/at91rm9200/cpu.c b/cpu/at91rm9200/cpu.c index bccc75d7990..ad3cd13e685 100644 --- a/cpu/at91rm9200/cpu.c +++ b/cpu/at91rm9200/cpu.c @@ -33,6 +33,7 @@ #include <common.h> #include <command.h> #include <asm/io.h> +#include <asm/arch/hardware.h> /* read co-processor 15, register #1 (control register) */ static unsigned long read_p15_c1(void) |