]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 4159/1: S3C2410: fix compile of arch/arm/mach-s3c2410/mach-aml5900.c
authorBen Dooks <ben-linux@fluff.org>
Sun, 11 Feb 2007 17:56:03 +0000 (18:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 11 Feb 2007 18:19:01 +0000 (18:19 +0000)
commit1b8fc1880cf36bd1f3df932601a6745bb164acc4
tree493bc1c3c315d6f18be625a6fa7e40ed4d3846c3
parenta21765a70ec06be175d3997320a83fa66fcc8955
[ARM] 4159/1: S3C2410: fix compile of arch/arm/mach-s3c2410/mach-aml5900.c

Fix compile of arch/arm/mach-s3c2410/mach-aml5900.c due to missing
fixes that have been applied to the rest of the tree.

Include <linux/serial_core.h> to provide the upf_t type needed for
the serial code, and remove the old static map of the SPI which is
not needed for the new spi drivers.

mach-amlm5900.c:51: include/asm/arch/regs-serial.h:200: error: parse error befo
re "upf_t"
mach-amlm5900.c:117: error: 'S3C24XX_VA_SPI' undeclared here (not in a function)

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/mach-amlm5900.c