Commit 22adb879b244d766158bb38b7e346d689da80d88

Authored by Liu Ying
1 parent dbf79d2947

MLK-21279 drm/bridge: it6263: Staticize it6263_mode_valid()

It is only used in this file, so staticize it.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
(cherry picked from commit e293f8671509ed54c83a51b40da53da3bdf216f5)

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/gpu/drm/bridge/it6263.c
... ... @@ -581,8 +581,8 @@
581 581 return num;
582 582 }
583 583  
584   -enum drm_mode_status it6263_mode_valid(struct drm_connector *connector,
585   - struct drm_display_mode *mode)
  584 +static enum drm_mode_status it6263_mode_valid(struct drm_connector *connector,
  585 + struct drm_display_mode *mode)
586 586 {
587 587 const struct it6263_minimode *m;
588 588 int i, vrefresh = drm_mode_vrefresh(mode);