drivers/gpu/drm/i915/gt/intel_context.c:17:19: warning: symbol 'slab_ce' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- intel_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gt/intel_context.c b/drivers/gpu/drm/i915/gt/intel_context.c index 283382549a6fb..0ba49d74f94d6 100644 --- a/drivers/gpu/drm/i915/gt/intel_context.c +++ b/drivers/gpu/drm/i915/gt/intel_context.c @@ -14,7 +14,7 @@ #include "intel_engine_pm.h" #include "intel_ring.h" -struct kmem_cache *slab_ce; +static struct kmem_cache *slab_ce; static struct intel_context *intel_context_alloc(void) {