diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/at91rm9200/cpu.c | 2 | ||||
-rw-r--r-- | cpu/at91rm9200/interrupts.c | 2 | ||||
-rw-r--r-- | cpu/at91rm9200/serial.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpu/at91rm9200/cpu.c b/cpu/at91rm9200/cpu.c index f41210b..bccc75d 100644 --- a/cpu/at91rm9200/cpu.c +++ b/cpu/at91rm9200/cpu.c @@ -32,7 +32,7 @@ #include <common.h> #include <command.h> -#include <AT91RM9200.h> +#include <asm/io.h> /* read co-processor 15, register #1 (control register) */ static unsigned long read_p15_c1(void) diff --git a/cpu/at91rm9200/interrupts.c b/cpu/at91rm9200/interrupts.c index a14ef81..aa0d415 100644 --- a/cpu/at91rm9200/interrupts.c +++ b/cpu/at91rm9200/interrupts.c @@ -31,7 +31,7 @@ */ #include <common.h> -#include <AT91RM9200.h> +#include <asm/io.h> #include <asm/proc-armv/ptrace.h> extern void reset_cpu(ulong addr); diff --git a/cpu/at91rm9200/serial.c b/cpu/at91rm9200/serial.c index 565cd3d..5c5172e 100644 --- a/cpu/at91rm9200/serial.c +++ b/cpu/at91rm9200/serial.c @@ -30,7 +30,7 @@ */ #include <common.h> -#include <AT91RM9200.h> +#include <asm/io.h> /* ggi thunder */ AT91PS_USART us = (AT91PS_USART) AT91C_BASE_DBGU; |