diff options
Diffstat (limited to 'arch/avr32/mach-at32ap/include/mach/board.h')
-rw-r--r-- | arch/avr32/mach-at32ap/include/mach/board.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/avr32/mach-at32ap/include/mach/board.h b/arch/avr32/mach-at32ap/include/mach/board.h index 70742ec997f..dca93450cb0 100644 --- a/arch/avr32/mach-at32ap/include/mach/board.h +++ b/arch/avr32/mach-at32ap/include/mach/board.h | |||
@@ -34,13 +34,6 @@ extern struct platform_device *atmel_default_console_device; | |||
34 | #define ATMEL_USART_CTS 0x02 | 34 | #define ATMEL_USART_CTS 0x02 |
35 | #define ATMEL_USART_CLK 0x04 | 35 | #define ATMEL_USART_CLK 0x04 |
36 | 36 | ||
37 | struct atmel_uart_data { | ||
38 | int num; /* port num */ | ||
39 | short use_dma_tx; /* use transmit DMA? */ | ||
40 | short use_dma_rx; /* use receive DMA? */ | ||
41 | void __iomem *regs; /* virtual base address, if any */ | ||
42 | struct serial_rs485 rs485; /* rs485 settings */ | ||
43 | }; | ||
44 | void at32_map_usart(unsigned int hw_id, unsigned int line, int flags); | 37 | void at32_map_usart(unsigned int hw_id, unsigned int line, int flags); |
45 | struct platform_device *at32_add_device_usart(unsigned int id); | 38 | struct platform_device *at32_add_device_usart(unsigned int id); |
46 | 39 | ||