drm/i915/gvt: Cleanup unwanted public symbols
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 20 Nov 2017 13:29:58 +0000 (13:29 +0000)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 21 Nov 2017 02:43:12 +0000 (10:43 +0800)
commit7b30255698edc91f9235faf586d21625ca7bbbac
tree47fc55fb651f026c5ea8b93fc2432b14f19062dd
parentf2880e04f3a5419366926182fc97a3c2e4fd8f2a
drm/i915/gvt: Cleanup unwanted public symbols

drivers/gpu/drm/i915/gvt/execlist.c:531:6: warning: symbol 'clean_execlist' was not declared. Should it be static?
drivers/gpu/drm/i915/gvt/execlist.c:545:6: warning: symbol 'reset_execlist' was not declared. Should it be static?
drivers/gpu/drm/i915/gvt/execlist.c:556:5: warning: symbol 'init_execlist' was not declared. Should it be static?
drivers/gpu/drm/i915/gvt/scheduler.c:248:6: warning: symbol 'release_shadow_wa_ctx' was not declared. Should it be static?

References: 06bb372f9ace ("drm/i915/gvt: Introduce intel_vgpu_reset_submission")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Zhi Wang <zhi.a.wang@intel.com>
Cc: Zhenyu Wang <zhenyuw@linux.intel.com>
Cc: intel-gvt-dev@lists.freedesktop.org
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/execlist.c
drivers/gpu/drm/i915/gvt/scheduler.c