summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91rm9200/board.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen2006-10-04 16:02:04 +0200
committerLinus Torvalds2006-10-04 19:25:05 +0200
commit73e2798b0f3f4fa8ff7d3e8138027a8352359bb5 (patch)
tree88beae52a8aa22e49e339eb6145dcf8061f11e0b /include/asm-arm/arch-at91rm9200/board.h
parent[PATCH] at91_serial -> atmel_serial: Platform device name (diff)
downloadkernel-qcow2-linux-73e2798b0f3f4fa8ff7d3e8138027a8352359bb5.tar.gz
kernel-qcow2-linux-73e2798b0f3f4fa8ff7d3e8138027a8352359bb5.tar.xz
kernel-qcow2-linux-73e2798b0f3f4fa8ff7d3e8138027a8352359bb5.zip
[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 'include/asm-arm/arch-at91rm9200/board.h')
-rw-r--r--include/asm-arm/arch-at91rm9200/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-at91rm9200/board.h b/include/asm-arm/arch-at91rm9200/board.h
index c1ca9a4658ec..d56527055c9d 100644
--- a/include/asm-arm/arch-at91rm9200/board.h
+++ b/include/asm-arm/arch-at91rm9200/board.h
@@ -97,10 +97,10 @@ struct at91_uart_config {
unsigned short nr_tty; /* number of serial tty's */
short tty_map[]; /* map UART to tty number */
};
-extern struct platform_device *at91_default_console_device;
+extern struct platform_device *atmel_default_console_device;
extern void __init at91_init_serial(struct at91_uart_config *config);
-struct at91_uart_data {
+struct atmel_uart_data {
short use_dma_tx; /* use transmit DMA? */
short use_dma_rx; /* use receive DMA? */
};