]> Git Repo - J-linux.git/commitdiff
drm/i915/gt: remove stray declaration of intel_gt_release_all()
authorLuca Coelho <[email protected]>
Tue, 13 Aug 2024 14:06:18 +0000 (17:06 +0300)
committerAndi Shyti <[email protected]>
Sat, 17 Aug 2024 09:24:46 +0000 (11:24 +0200)
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 <[email protected]>
Reviewed-by: Jonathan Cavitt <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/gt/intel_gt.h

index b73555889d50befffe4fb71e4fdcc82ac6dd0e91..998ca029b73a106b2fe898f2758a485c7e9142ab 100644 (file)
@@ -174,7 +174,6 @@ static inline bool intel_gt_is_wedged(const struct intel_gt *gt)
 
 int intel_gt_probe_all(struct drm_i915_private *i915);
 int intel_gt_tiles_init(struct drm_i915_private *i915);
-void intel_gt_release_all(struct drm_i915_private *i915);
 
 #define for_each_gt(gt__, i915__, id__) \
        for ((id__) = 0; \
This page took 0.053382 seconds and 4 git commands to generate.