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>
这个提交包含在:
Zhao Yakui
2009-12-02 10:03:34 +08:00
提交者 Eric Anholt
父节点 652af9d74e
当前提交 6e36595a21
修改 4 个文件,包含 4 行新增4 行删除

查看文件

@@ -1237,7 +1237,7 @@ intel_dp_hot_plug(struct intel_output *intel_output)
* If no child dev is parsed from VBT, it is assumed that the given
* DP is present.
*/
int dp_is_present_in_vbt(struct drm_device *dev, int dp_reg)
static int dp_is_present_in_vbt(struct drm_device *dev, int dp_reg)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct child_device_config *p_child;