Index: arch/arm/mach-pxa/asus620/asus620.c
===================================================================
RCS file: /cvs/linux/kernel26/arch/arm/mach-pxa/asus620/asus620.c,v
retrieving revision 1.1
diff -u -p -r1.1 asus620.c
--- arch/arm/mach-pxa/asus620/asus620.c	19 Aug 2004 21:43:01 -0000	1.1
+++ arch/arm/mach-pxa/asus620/asus620.c	12 Sep 2004 11:12:48 -0000
@@ -90,7 +90,7 @@ static struct resource pxafb_resources[]
 {
 	[0] = {
 		.start = 0x44000000,
-		.end = 0x44000010,
+		.end = 0x44000100,
 		.flags = IORESOURCE_MEM,
 	},
 	[1] = {
@@ -162,11 +162,6 @@ static struct pxa2xx_udc_mach_info asus6
 };
 
 
-static struct platform_device pxa2xx_pcmcia_device = {
-        .name           = "pxa2xx-pcmcia",
-        .id             = 0,
-};
-
 static struct platform_device pxa2xx_udc_device =
 {
 	.name	=	"pxa2xx_udc",
@@ -174,7 +169,6 @@ static struct platform_device pxa2xx_udc
 };
 
 static struct platform_device *devices[] __initdata = {
-	&pxa2xx_pcmcia_device,
 //	&pxa2xx_udc_device,
 	&pxafb_device,
 	&ad7873_device
@@ -195,5 +189,6 @@ MACHINE_START(A620, "Asus 620")
 	BOOT_PARAMS(0xa0000100)
 	INITIRQ(asus620_init_irq)
 	INIT_MACHINE(asus620_init)
+	INITTIME(pxa_init_time)
 MACHINE_END
 

