drm/i915/tc: make intel_tc_port_get_lane_mask() static
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 25 Aug 2023 08:16:36 +0000 (11:16 +0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 6 Sep 2023 02:43:20 +0000 (19:43 -0700)
commitafaa4ff0bc7820ba98be93efce806a27c3472d9b
treed6c0d3f0edb3b08e605165828e53829d1bfba04b
parent98090e0bf51addd6d3ddedb6c3685b47a7ca0724
drm/i915/tc: make intel_tc_port_get_lane_mask() static

This function is only used locally, so make it static and remove the
definition from the header file.

Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230825081638.275795-3-luciano.coelho@intel.com
drivers/gpu/drm/i915/display/intel_tc.c
drivers/gpu/drm/i915/display/intel_tc.h