Fix AT91RM9200 build breakage
authorDavid Brownell <david-b@pacbell.net>
Sat, 15 Apr 2006 01:05:38 +0000 (18:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Apr 2006 01:38:01 +0000 (18:38 -0700)
commit2c5362007bc0a46461a9d94958cdd53bb027004c
treeec07417f75486b857269abee65cb76b3f64520bf
parent64541d19702cfdb7ea946fdc20faee849f6874b1
Fix AT91RM9200 build breakage

The at91_cf driver got out of sync with certain changes in the PCMCIA
layer, notably getting rid of some duplication of data ... causing the
version merged to kernel.org to fail compiling.

This patch gives the at91_cf platform device a new iomem resource, using
it so this new pcmcia scheme works.  It also cleans up some whitepsace
bugs that have accumulated over time (mostly too-long lines).

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/mach-at91rm9200/devices.c
drivers/pcmcia/at91_cf.c