ARM: pxa: clean up set_pxa_fb_info
[linux-2.6-block.git] / arch / arm / mach-pxa / palmtc.c
index a09a2374697b6401b86ae7a4e014a93c95f4a44e..fb06bd04727257345f60ed1047b354c65c89e69c 100644 (file)
@@ -507,7 +507,7 @@ static struct pxafb_mach_info palmtc_lcd_screen = {
 
 static void __init palmtc_lcd_init(void)
 {
-       set_pxa_fb_info(&palmtc_lcd_screen);
+       pxa_set_fb_info(NULL, &palmtc_lcd_screen);
 }
 #else
 static inline void palmtc_lcd_init(void) {}