diff mbox

[jbarnes] drm/i915: fence_lock can be static

Message ID 20141202235723.GA62825@snb.sh.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Fengguang Wu Dec. 2, 2014, 11:57 p.m. UTC
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@intel.com>
---
 i915_sync.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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