Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7f8b9acae8a76fcce5f4af0dfac735a1b7b4fdbf
Commit:     7f8b9acae8a76fcce5f4af0dfac735a1b7b4fdbf
Parent:     ab61f7d21ab7f564fce322c498e4a7d6171140db
Author:     [EMAIL PROTECTED] <[EMAIL PROTECTED]>
AuthorDate: Wed Jun 20 20:44:30 2007 +0800
Committer:  Haavard Skinnemoen <[EMAIL PROTECTED]>
CommitDate: Sat Jun 23 14:52:58 2007 +0200

    [AVR32] NGW100, Remove relics of the old USART mapping scheme
    
    USART mapping used to be accomplished by the manual filling of
    at32_usart_map[] and at32_nr_usarts.  This has now been replaced
    with at32_map_usart() so we can remove these variables.
    
    Signed-off-by: Ben Nizette <[EMAIL PROTECTED]>
    Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
 arch/avr32/boards/atngw100/setup.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/avr32/boards/atngw100/setup.c 
b/arch/avr32/boards/atngw100/setup.c
index 9bc37d4..6c4dc0a 100644
--- a/arch/avr32/boards/atngw100/setup.c
+++ b/arch/avr32/boards/atngw100/setup.c
@@ -94,9 +94,6 @@ static void __init set_hw_addr(struct platform_device *pdev)
        clk_put(pclk);
 }
 
-struct platform_device *at32_usart_map[1];
-unsigned int at32_nr_usarts = 1;
-
 void __init setup_board(void)
 {
        at32_map_usart(1, 0);   /* USART 1: /dev/ttyS0, DB9 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to