Merge "msm: mdss: declare function used only within the file as static"

This commit is contained in:
Linux Build Service Account 2017-05-31 17:57:58 -07:00 committed by Gerrit - the friendly Code Review server
commit 13e35bf17d

View file

@ -1815,7 +1815,7 @@ static int mdss_dsi_post_panel_on(struct mdss_panel_data *pdata)
return 0;
}
irqreturn_t test_hw_vsync_handler(int irq, void *data)
static irqreturn_t test_hw_vsync_handler(int irq, void *data)
{
struct mdss_panel_data *pdata = (struct mdss_panel_data *)data;