diff options
Diffstat (limited to 'drivers/serial/at91_serial.c')
-rw-r--r-- | drivers/serial/at91_serial.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/serial/at91_serial.c b/drivers/serial/at91_serial.c index bf4bf103e5a0..3b420aeafc24 100644 --- a/drivers/serial/at91_serial.c +++ b/drivers/serial/at91_serial.c | |||
@@ -36,13 +36,14 @@ | |||
36 | 36 | ||
37 | #include <asm/io.h> | 37 | #include <asm/io.h> |
38 | 38 | ||
39 | #include <asm/arch/at91rm9200_usart.h> | ||
40 | #include <asm/arch/at91rm9200_pdc.h> | 39 | #include <asm/arch/at91rm9200_pdc.h> |
41 | #include <asm/mach/serial_at91.h> | 40 | #include <asm/mach/serial_at91.h> |
42 | #include <asm/arch/board.h> | 41 | #include <asm/arch/board.h> |
43 | #include <asm/arch/system.h> | 42 | #include <asm/arch/system.h> |
44 | #include <asm/arch/gpio.h> | 43 | #include <asm/arch/gpio.h> |
45 | 44 | ||
45 | #include "atmel_serial.h" | ||
46 | |||
46 | #if defined(CONFIG_SERIAL_AT91_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 47 | #if defined(CONFIG_SERIAL_AT91_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
47 | #define SUPPORT_SYSRQ | 48 | #define SUPPORT_SYSRQ |
48 | #endif | 49 | #endif |