diff options
Diffstat (limited to 'drivers/net/arm/at91_ether.c')
-rw-r--r-- | drivers/net/arm/at91_ether.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/arm/at91_ether.c b/drivers/net/arm/at91_ether.c index ffae266e2d7f..0fa53464efb2 100644 --- a/drivers/net/arm/at91_ether.c +++ b/drivers/net/arm/at91_ether.c | |||
@@ -32,9 +32,9 @@ | |||
32 | #include <asm/uaccess.h> | 32 | #include <asm/uaccess.h> |
33 | #include <asm/mach-types.h> | 33 | #include <asm/mach-types.h> |
34 | 34 | ||
35 | #include <asm/arch/at91rm9200_emac.h> | 35 | #include <mach/at91rm9200_emac.h> |
36 | #include <asm/arch/gpio.h> | 36 | #include <mach/gpio.h> |
37 | #include <asm/arch/board.h> | 37 | #include <mach/board.h> |
38 | 38 | ||
39 | #include "at91_ether.h" | 39 | #include "at91_ether.h" |
40 | 40 | ||