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>
This commit is contained in:
Zhao Yakui
2009-12-02 10:03:34 +08:00
committed by Eric Anholt
parent 652af9d74e
commit 6e36595a21
4 changed files with 4 additions and 4 deletions

View File

@@ -233,7 +233,7 @@ static const struct drm_encoder_funcs intel_hdmi_enc_funcs = {
* If no child dev is parsed from VBT, it assumes that the given
* HDMI is present.
*/
int hdmi_is_present_in_vbt(struct drm_device *dev, int hdmi_reg)
static int hdmi_is_present_in_vbt(struct drm_device *dev, int hdmi_reg)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct child_device_config *p_child;