Skip to content

Commit

Permalink
[PATCH] at91_serial -> atmel_serial: at91rm9200_usart.h
Browse files Browse the repository at this point in the history
Move include/asm/arch/at91rm9200_usart.h into drivers/serial and rename
it atmel_usart.h. Also delete AVR32's version of this file.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Oct 4, 2006
1 parent fefd26b commit 5b34821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 125 deletions.
3 changes: 2 additions & 1 deletion drivers/serial/at91_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@

#include <asm/io.h>

#include <asm/arch/at91rm9200_usart.h>
#include <asm/arch/at91rm9200_pdc.h>
#include <asm/mach/serial_at91.h>
#include <asm/arch/board.h>
#include <asm/arch/system.h>
#include <asm/arch/gpio.h>

#include "atmel_serial.h"

#if defined(CONFIG_SERIAL_AT91_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ
#endif
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* include/asm-arm/arch-at91rm9200/at91rm9200_usart.h
* drivers/serial/atmel_serial.h
*
* Copyright (C) 2005 Ivan Kokshaysky
* Copyright (C) SAN People
Expand Down
123 changes: 0 additions & 123 deletions include/asm-avr32/arch-at32ap/at91rm9200_usart.h

This file was deleted.

0 comments on commit 5b34821

Please sign in to comment.