diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 3b584d3dd84b..24d3bdeb9842 100644 --- a/drivers/gpu/drm/i915/intel_dp.c +++ b/drivers/gpu/drm/i915/intel_dp.c | |||
@@ -1237,7 +1237,7 @@ intel_dp_hot_plug(struct intel_output *intel_output) | |||
1237 | * If no child dev is parsed from VBT, it is assumed that the given | 1237 | * If no child dev is parsed from VBT, it is assumed that the given |
1238 | * DP is present. | 1238 | * DP is present. |
1239 | */ | 1239 | */ |
1240 | int dp_is_present_in_vbt(struct drm_device *dev, int dp_reg) | 1240 | static int dp_is_present_in_vbt(struct drm_device *dev, int dp_reg) |
1241 | { | 1241 | { |
1242 | struct drm_i915_private *dev_priv = dev->dev_private; | 1242 | struct drm_i915_private *dev_priv = dev->dev_private; |
1243 | struct child_device_config *p_child; | 1243 | struct child_device_config *p_child; |