Skip to content

Commit

Permalink
drm/i915: gen6_gmch_remove can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Changlong Xie <changlongx.xie@intel.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Changlong Xie authored and Daniel Vetter committed Jan 31, 2013
1 parent d6dd9eb commit d93c623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_gem_gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ static int gen6_gmch_probe(struct drm_device *dev,
return ret;
}

void gen6_gmch_remove(struct drm_device *dev)
static void gen6_gmch_remove(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = dev->dev_private;
iounmap(dev_priv->gtt.gsm);
Expand Down

0 comments on commit d93c623

Please sign in to comment.