aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_tv.c
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2009-12-02 10:03:34 +0800
committerEric Anholt <eric@anholt.net>2009-12-01 23:27:20 -0800
commit6e36595a2131e7ed5ee2674be54b2713ba7f0490 (patch)
tree7af106a7e0d187ee33b51e5923877fdcbc908371 /drivers/gpu/drm/i915/intel_tv.c
parentdrm/i915: Add the missing clonemask for display port on Ironlake (diff)
downloadlinux-dev-6e36595a2131e7ed5ee2674be54b2713ba7f0490.tar.xz
linux-dev-6e36595a2131e7ed5ee2674be54b2713ba7f0490.zip
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_tv.c')
-rw-r--r--drivers/gpu/drm/i915/intel_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_tv.c b/drivers/gpu/drm/i915/intel_tv.c
index 9325dff21c06..552ec110b741 100644
--- a/drivers/gpu/drm/i915/intel_tv.c
+++ b/drivers/gpu/drm/i915/intel_tv.c
@@ -1706,7 +1706,7 @@ static const struct drm_encoder_funcs intel_tv_enc_funcs = {
* If it is not present, return false.
* If no child dev is parsed from VBT, it assumes that the TV is present.
*/
-int tv_is_present_in_vbt(struct drm_device *dev)
+static int tv_is_present_in_vbt(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct child_device_config *p_child;