Merge "msm: mdss: declare function used only within the file as static"
This commit is contained in:
commit
13e35bf17d
1 changed files with 1 additions and 1 deletions
|
@ -1815,7 +1815,7 @@ static int mdss_dsi_post_panel_on(struct mdss_panel_data *pdata)
|
||||||
return 0;
|
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;
|
struct mdss_panel_data *pdata = (struct mdss_panel_data *)data;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue