diff options
author | Zhao Yakui <yakui.zhao@intel.com> | 2009-12-01 21:03:34 -0500 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-12-02 02:27:20 -0500 |
commit | 6e36595a2131e7ed5ee2674be54b2713ba7f0490 (patch) | |
tree | 7af106a7e0d187ee33b51e5923877fdcbc908371 /drivers/gpu/drm/i915/intel_hdmi.c | |
parent | 652af9d74e1a3a10bb10f0d8e8f42ddac26bbc1a (diff) |
drm/i915: Declare the new VBT parsing functions as static
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c index 2ff5d03b44ef..7c5c6af23eaf 100644 --- a/drivers/gpu/drm/i915/intel_hdmi.c +++ b/drivers/gpu/drm/i915/intel_hdmi.c | |||
@@ -233,7 +233,7 @@ static const struct drm_encoder_funcs intel_hdmi_enc_funcs = { | |||
233 | * If no child dev is parsed from VBT, it assumes that the given | 233 | * If no child dev is parsed from VBT, it assumes that the given |
234 | * HDMI is present. | 234 | * HDMI is present. |
235 | */ | 235 | */ |
236 | int hdmi_is_present_in_vbt(struct drm_device *dev, int hdmi_reg) | 236 | static int hdmi_is_present_in_vbt(struct drm_device *dev, int hdmi_reg) |
237 | { | 237 | { |
238 | struct drm_i915_private *dev_priv = dev->dev_private; | 238 | struct drm_i915_private *dev_priv = dev->dev_private; |
239 | struct child_device_config *p_child; | 239 | struct child_device_config *p_child; |