commit | 3c003d599dc80769b9c5b023d3944c7adb7de73b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Jul 19 12:44:22 2016 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jul 19 15:01:52 2016 +0200 |
tree | c49f3199da4494e447d2375a83897977722b306e | |
parent | a9eaa996a10a7b114f0f1cd6dd9e36d23d2df7c1 [diff] |
drm/vgem: Fix non static symbol warning Fixes the following sparse warning: drivers/gpu/drm/vgem/vgem_fence.c:75:24: warning: symbol 'vgem_fence_ops' was not declared. Should it be static? Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1468932262-26554-1-git-send-email-weiyj_lk@163.com