]> git.dujemihanovic.xyz Git - linux.git/commit
drm/i915/gt: remove stray declaration of intel_gt_release_all()
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 13 Aug 2024 14:06:18 +0000 (17:06 +0300)
committerAndi Shyti <andi.shyti@linux.intel.com>
Sat, 17 Aug 2024 09:24:46 +0000 (11:24 +0200)
commit0523374e303051c94457df9170f12a752d8b09cf
treefa5593fec4affecc2b1e57851a8c4c4928378ac8
parent437ad4534a15ccf538ddb440cb29d3f445251605
drm/i915/gt: remove stray declaration of intel_gt_release_all()

When intel_gt_release_all() was removed from the code in commit
e89950553385 ("drm/i915: do not clean GT table on error path"), its
declaration in the header file remained.  Remove it.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240813140618.387553-1-luciano.coelho@intel.com
drivers/gpu/drm/i915/gt/intel_gt.h