Index: linux/arch/arm/mach-pxa/poodle.c
===================================================================
--- linux.orig/arch/arm/mach-pxa/poodle.c
+++ linux/arch/arm/mach-pxa/poodle.c
@@ -84,6 +84,8 @@
 	.resource	= locomo_resources,
 };
 
+extern void locomolcd_power(int);
+
 /* PXAFB device */
 static struct pxafb_mach_info poodle_fb_info __initdata = {
 	.pixclock	= 144700,
@@ -105,7 +107,7 @@
 	.lccr3		= 0,
 
 	.pxafb_backlight_power	= NULL,
-	.pxafb_lcd_power	= NULL,
+	.pxafb_lcd_power	= locomolcd_power,
 };
 
 static struct platform_device *devices[] __initdata = {
