]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/cnl: make function cnl_ddi_dp_set_dpll_hw_state static
authorColin Ian King <colin.king@canonical.com>
Tue, 13 Jun 2017 13:47:51 +0000 (14:47 +0100)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 15 Jun 2017 12:53:56 +0000 (15:53 +0300)
commit61c97282b37418f80b2778a2038fd069942d8fc8
treeba6190c086c997855abbcfb2b19f1da630ad3770
parentcb76f697f5e425f37a82016cff12d2841a80ac24
drm/i915/cnl: make function cnl_ddi_dp_set_dpll_hw_state static

The function cnl_ddi_dp_set_dpll_hw_state does not need to be in global
scope, so make it static.

Cleans up sparse warning:
"symbol 'cnl_ddi_dp_set_dpll_hw_state' was not declared. Should it
 be static?"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170613134751.29196-1-colin.king@canonical.com
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/intel_dpll_mgr.c