* Re: [PATCH drm-intel] drm/i915: gen6_gmch_remove can be static
[not found] <20130131033250.GA113229@bee>
@ 2013-01-31 8:38 ` Daniel Vetter
0 siblings, 0 replies; only message in thread
From: Daniel Vetter @ 2013-01-31 8:38 UTC (permalink / raw)
To: Changlong Xie
Cc: Daniel Vetter, Ben Widawsky, linux-kernel, Intel Graphics Development
On Thu, Jan 31, 2013 at 11:32:50AM +0800, Changlong Xie wrote:
> Signed_off_by: Changlong Xie <changlongx.xie@intel.com>
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Queued for -next, thanks for the patch. Note that checkpatch complained
about the _ instead of - in your sob line, fixed up while applying.
-Daniel
> ---
> i915_gem_gtt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
> index 87249e8..748015b 100644
> --- a/drivers/gpu/drm/i915/i915_gem_gtt.c
> +++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
> @@ -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);
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-31 8:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20130131033250.GA113229@bee>
2013-01-31 8:38 ` [PATCH drm-intel] drm/i915: gen6_gmch_remove can be static Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome