commit | b8e5d2ef19c1b5f2528d09859d5cebed1f870da3 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jun 16 13:35:08 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jun 16 14:32:12 2017 +0100 |
tree | fa77faa8e17c6ba97ccfdea1fbbc641e35326293 | |
parent | 10223df2c183df65674ec584dd95e2adced40d99 [diff] |
drm/i915: Make i915_vma_destroy() static i915_vma_destroy() is now not used outside of i915_vma.c so we can remove the export and make the function static. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170616123508.12673-1-chris@chris-wilson.co.uk Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>