diff options
Diffstat (limited to 'arch/arm/mach-pxa/z2.c')
-rw-r--r-- | arch/arm/mach-pxa/z2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index a323e076129e..084c724c1569 100644 --- a/arch/arm/mach-pxa/z2.c +++ b/arch/arm/mach-pxa/z2.c | |||
@@ -272,7 +272,7 @@ static struct pxafb_mach_info z2_lcd_screen = { | |||
272 | 272 | ||
273 | static void __init z2_lcd_init(void) | 273 | static void __init z2_lcd_init(void) |
274 | { | 274 | { |
275 | set_pxa_fb_info(&z2_lcd_screen); | 275 | pxa_set_fb_info(NULL, &z2_lcd_screen); |
276 | } | 276 | } |
277 | #else | 277 | #else |
278 | static inline void z2_lcd_init(void) {} | 278 | static inline void z2_lcd_init(void) {} |