Skip to content

Commit e3e86f4

Browse files
jnikularodrigovivi
authored andcommitted
drm/i915/dp: remove superfluous EXPORT_SYMBOL()
The symbol isn't needed outside of i915.ko. Fixes: b30edfd ("drm/i915: Switch to LTTPR non-transparent mode link training") Fixes: 264613b ("drm/i915: Disable LTTPR support when the DPCD rev < 1.4") Cc: Imre Deak <[email protected]> Reviewed-by: Imre Deak <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit d8959fb) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent baa2152 commit e3e86f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/i915/display/intel_dp_link_training.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ int intel_dp_init_lttpr_and_dprx_caps(struct intel_dp *intel_dp)
206206

207207
return lttpr_count;
208208
}
209-
EXPORT_SYMBOL(intel_dp_init_lttpr_and_dprx_caps);
210209

211210
static u8 dp_voltage_max(u8 preemph)
212211
{

0 commit comments

Comments
 (0)