[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141202235723.GA62825@snb.sh.intel.com>
Date: Wed, 3 Dec 2014 07:57:23 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Jesse Barnes <jbarnes@...tuousgeek.org>
Cc: kbuild-all@...org, Daniel Vetter <daniel.vetter@...el.com>,
Jani Nikula <jani.nikula@...ux.intel.com>,
David Airlie <airlied@...ux.ie>,
intel-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: [PATCH jbarnes] drm/i915: fence_lock can be static
drivers/gpu/drm/i915/i915_sync.c:43:12: sparse: symbol 'fence_lock' was not declared. Should it be static?
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
i915_sync.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_sync.c b/drivers/gpu/drm/i915/i915_sync.c
index 069c069..b614eea 100644
--- a/drivers/gpu/drm/i915/i915_sync.c
+++ b/drivers/gpu/drm/i915/i915_sync.c
@@ -40,7 +40,7 @@
#include "../../../staging/android/sync.h"
/* Nothing really to protect here... */
-spinlock_t fence_lock;
+static spinlock_t fence_lock;
/*
* i915 fences on sync timelines
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists