Merge "msm_fb: Allow MDP hardware init for continuous splashscreen" into msm-3.4
diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c
index ee73eea..9614a2d 100644
--- a/drivers/video/msm/mdp.c
+++ b/drivers/video/msm/mdp.c
@@ -2398,8 +2398,7 @@
 		if (!(mdp_pdata->cont_splash_enabled))
 			mdp4_hw_init();
 #else
-		if (!(mdp_pdata->cont_splash_enabled))
-			mdp_hw_init();
+		mdp_hw_init();
 #endif
 
 #ifdef CONFIG_FB_MSM_OVERLAY