diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2006-10-04 10:02:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 13:25:05 -0400 |
commit | 73e2798b0f3f4fa8ff7d3e8138027a8352359bb5 (patch) | |
tree | 88beae52a8aa22e49e339eb6145dcf8061f11e0b /arch/avr32 | |
parent | 1e8ea80219564c3433dbca7afe075ced9eb8117c (diff) |
[PATCH] at91_serial -> atmel_serial: Public definitions
Rename the following public definitions:
* AT91_NR_UART -> ATMEL_MAX_UART
* struct at91_uart_data -> struct atmel_uart_data
* at91_default_console_device -> atmel_default_console_device
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/mach-at32ap/at32ap7000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap7000.c b/arch/avr32/mach-at32ap/at32ap7000.c index 842e7be7fb5e..05d1296bd7b2 100644 --- a/arch/avr32/mach-at32ap/at32ap7000.c +++ b/arch/avr32/mach-at32ap/at32ap7000.c | |||
@@ -615,11 +615,11 @@ struct platform_device *__init at32_add_device_usart(unsigned int id) | |||
615 | return pdev; | 615 | return pdev; |
616 | } | 616 | } |
617 | 617 | ||
618 | struct platform_device *at91_default_console_device; | 618 | struct platform_device *atmel_default_console_device; |
619 | 619 | ||
620 | void __init at32_setup_serial_console(unsigned int usart_id) | 620 | void __init at32_setup_serial_console(unsigned int usart_id) |
621 | { | 621 | { |
622 | at91_default_console_device = setup_usart(usart_id); | 622 | atmel_default_console_device = setup_usart(usart_id); |
623 | } | 623 | } |
624 | 624 | ||
625 | /* -------------------------------------------------------------------- | 625 | /* -------------------------------------------------------------------- |