diff options
Diffstat (limited to 'cpu/arm920t/at91rm9200/dm9161.c')
| -rw-r--r-- | cpu/arm920t/at91rm9200/dm9161.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/cpu/arm920t/at91rm9200/dm9161.c b/cpu/arm920t/at91rm9200/dm9161.c index 1beb6e8ba..6d4384f41 100644 --- a/cpu/arm920t/at91rm9200/dm9161.c +++ b/cpu/arm920t/at91rm9200/dm9161.c @@ -23,9 +23,8 @@  #include <at91rm9200_net.h>  #include <net.h> -#include <dm9161.h> -  #ifdef CONFIG_DRIVER_ETHER +#include <dm9161.h>  #if defined(CONFIG_CMD_NET) |