Display: fix build break of AU 013 tag

Change-Id: I0dad33baca873b7a3042b12090a89c38f0e2e58d
Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/69300
Reviewed-by: Sam hblee <Sam_hblee@asus.com>
Tested-by: Sam hblee <Sam_hblee@asus.com>
This commit is contained in:
yetta_wu 2013-02-22 17:26:32 +08:00 committed by Iliyan Malchev
parent 819f8a012a
commit f652e968bd

View file

@ -2344,8 +2344,10 @@ static int mdp_off(struct platform_device *pdev)
mfd->panel.type == LCDC_PANEL ||
mfd->panel.type == LVDS_PANEL)
mdp4_lcdc_off(pdev);
#ifdef CONFIG_FB_MSM_WRITEBACK_MSM_PANEL
else if (mfd->panel.type == WRITEBACK_PANEL)
mdp4_overlay_writeback_off(pdev);
#endif
mdp_pipe_ctrl(MDP_CMD_BLOCK, MDP_BLOCK_POWER_ON, FALSE);
ret = panel_next_off(pdev);