diff -urpN -X ../dontdiff linux-2.6.20/arch/arm/mach-s3c2410/mach-amlm5900.c linux-2.6.20-fix2/arch/arm/mach-s3c2410/mach-amlm5900.c
--- linux-2.6.20/arch/arm/mach-s3c2410/mach-amlm5900.c	2007-02-04 18:44:54.000000000 +0000
+++ linux-2.6.20-fix2/arch/arm/mach-s3c2410/mach-amlm5900.c	2007-02-11 17:47:45.000000000 +0000
@@ -35,7 +35,7 @@
 #include <linux/device.h>
 #include <linux/platform_device.h>
 #include <linux/proc_fs.h>
-
+#include <linux/serial_core.h>
 
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
@@ -113,12 +113,6 @@ static struct platform_device amlm5900_d
 #endif
 
 static struct map_desc amlm5900_iodesc[] __initdata = {
-	{
-		.virtual	= (u32)S3C24XX_VA_SPI,
-		.pfn		= __phys_to_pfn(S3C2410_PA_SPI),
-		.length		= SZ_1M,
-		.type		= MT_DEVICE
-	}
 };
 
 #define UCON S3C2410_UCON_DEFAULT

