drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static
authorVille Syrjälä <[email protected]>
Fri, 1 Sep 2017 14:31:21 +0000 (17:31 +0300)
committerVille Syrjälä <[email protected]>
Fri, 1 Sep 2017 16:46:08 +0000 (19:46 +0300)
commit0abd9976960a5c46b5cc49f2f53281774a8a4a3e
tree452e25e16b45c61a0ed7d35182235f741eb0f552
parent2179481363bd82bc51f3f6f3b5fff9f78614887f
drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static

Make i9xx_load_ycbcr_conversion_matrix() static to appease sparse:
intel_color.c:110:6: warning: symbol 'i9xx_load_ycbcr_conversion_matrix' was not declared. Should it be static?

Cc: Shashank Sharma <[email protected]>
Fixes: 25edf91501b8 ("drm/i915: prepare csc unit for YCBCR420 output")
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Chris Wilson <[email protected]>
drivers/gpu/drm/i915/intel_color.c