diff options
Diffstat (limited to 'drivers/at91rm9200_ether.c')
| -rw-r--r-- | drivers/at91rm9200_ether.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/at91rm9200_ether.c b/drivers/at91rm9200_ether.c index 1b3e87f39..f92008e34 100644 --- a/drivers/at91rm9200_ether.c +++ b/drivers/at91rm9200_ether.c @@ -1,7 +1,7 @@  #include <common.h>  #include <command.h> -#include <AT91RM9200.h> +#include <asm/io.h>  #include <net.h>  /* ----- Ethernet Buffer definitions ----- */ |