[ARM] 3954/1: AT91: Update drivers for new headers
commit55d8baee4a0b4709061104f7a56f53a310de76ac
authorAndrew Victor <andrew@sanpeople.com>
Thu, 30 Nov 2006 16:16:43 +0000 (30 17:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Nov 2006 22:51:40 +0000 (30 22:51 +0000)
treec59d7a736b30d7f2f088ed49bb3a9dacd54bdbc0
parenta5c474580b8b7cc8b7b2cca9a2bd27ff5c065e70
[ARM] 3954/1: AT91: Update drivers for new headers

This patch updates the drivers (and other files) which include the
hardware headers.  This fixes the breakage introduced in patches 3950/1
and 3951/1 (those patches were getting big).

The AVR32 architecture uses the same serial driver and had its own copy
of at91rm9200_pdc.h.  Renamed it to at91_pdc.h

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
17 files changed:
arch/arm/mach-at91rm9200/at91rm9200.c
arch/arm/mach-at91rm9200/at91rm9200_time.c
arch/arm/mach-at91rm9200/clock.c
arch/arm/mach-at91rm9200/gpio.c
arch/arm/mach-at91rm9200/pm.c
drivers/char/watchdog/at91rm9200_wdt.c
drivers/mmc/at91_mci.c
drivers/pcmcia/at91_cf.c
drivers/serial/atmel_serial.c
include/asm-arm/arch-at91rm9200/at91rm9200.h
include/asm-arm/arch-at91rm9200/debug-macro.S
include/asm-arm/arch-at91rm9200/entry-macro.S
include/asm-arm/arch-at91rm9200/hardware.h
include/asm-arm/arch-at91rm9200/irqs.h
include/asm-arm/arch-at91rm9200/system.h
include/asm-arm/arch-at91rm9200/uncompress.h
include/asm-avr32/arch-at32ap/at91_pdc.h [moved from include/asm-avr32/arch-at32ap/at91rm9200_pdc.h with 92% similarity]