diff options
Diffstat (limited to 'cpu/at91rm9200/serial.c')
-rw-r--r-- | cpu/at91rm9200/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |