drm/i915: add back static declaration
authorMatthew Auld <matthew.auld@intel.com>
Fri, 15 Jan 2021 10:13:29 +0000 (10:13 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 15 Jan 2021 14:27:35 +0000 (14:27 +0000)
commit0bd080497bb8712054e5e1ddd2ced13364c610b8
treec43e1f57ef678c0d12c0b33881a55d92763c9d25
parent97d5539632501af59290ead8f832e0ca6b6f69e7
drm/i915: add back static declaration

warning: symbol '__i915_gem_object_create_stolen' was not declared. Should it be static?
warning: symbol '_i915_gem_object_stolen_init' was not declared. Should it be static?

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20210115101329.880667-1-matthew.auld@intel.com
drivers/gpu/drm/i915/gem/i915_gem_stolen.c