arm: mach-exynos: make it possible to build the kernel without LCD_LP101WH1 enabled. Thanks to LiquidAcid for reporting

This commit is contained in:
Mauro Ribeiro
2013-11-02 16:36:37 -02:00
parent 4d40140b44
commit f833e0d14c

View File

@@ -544,8 +544,9 @@ static void __init hkdk4412_machine_init(void)
s5p_hdmi_cec_set_platdata(&hdmi_cec_data);
#endif
#ifdef CONFIG_LCD_LP101WH1
s5p_fimd0_set_platdata(&hkdk4412_fb_pdata);
#endif
platform_add_devices(hkdk4412_devices, ARRAY_SIZE(hkdk4412_devices));
samsung_bl_set(&hkdk4412_bl_gpio_info, &hkdk4412_bl_data);