Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d93c6233 authored by Changlong Xie's avatar Changlong Xie Committed by Daniel Vetter
Browse files

drm/i915: gen6_gmch_remove can be static

parent d6dd9eb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);