aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/mach-at32ap/at32ap7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/mach-at32ap/at32ap7000.c')
-rw-r--r--arch/avr32/mach-at32ap/at32ap7000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap7000.c b/arch/avr32/mach-at32ap/at32ap7000.c
index 48f4ef38c70e..175853a3c32b 100644
--- a/arch/avr32/mach-at32ap/at32ap7000.c
+++ b/arch/avr32/mach-at32ap/at32ap7000.c
@@ -521,7 +521,7 @@ static struct atmel_uart_data atmel_usart0_data = {
521}; 521};
522static struct resource atmel_usart0_resource[] = { 522static struct resource atmel_usart0_resource[] = {
523 PBMEM(0xffe00c00), 523 PBMEM(0xffe00c00),
524 IRQ(7), 524 IRQ(6),
525}; 525};
526DEFINE_DEV_DATA(atmel_usart, 0); 526DEFINE_DEV_DATA(atmel_usart, 0);
527DEV_CLK(usart, atmel_usart0, pba, 4); 527DEV_CLK(usart, atmel_usart0, pba, 4);
@@ -583,7 +583,7 @@ static inline void configure_usart3_pins(void)
583 select_peripheral(PB(17), PERIPH_B, 0); /* TXD */ 583 select_peripheral(PB(17), PERIPH_B, 0); /* TXD */
584} 584}
585 585
586static struct platform_device *at32_usarts[4]; 586static struct platform_device *__initdata at32_usarts[4];
587 587
588void __init at32_map_usart(unsigned int hw_id, unsigned int line) 588void __init at32_map_usart(unsigned int hw_id, unsigned int line)
589{ 589{