Commit 0523374e authored by Luca Coelho's avatar Luca Coelho Committed by Andi Shyti

drm/i915/gt: remove stray declaration of intel_gt_release_all()

When intel_gt_release_all() was removed from the code in commit
e8995055 ("drm/i915: do not clean GT table on error path"), its
declaration in the header file remained.  Remove it.
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Reviewed-by: default avatarJonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240813140618.387553-1-luciano.coelho@intel.com
parent 437ad453
...@@ -174,7 +174,6 @@ static inline bool intel_gt_is_wedged(const struct intel_gt *gt) ...@@ -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_probe_all(struct drm_i915_private *i915);
int intel_gt_tiles_init(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__) \ #define for_each_gt(gt__, i915__, id__) \
for ((id__) = 0; \ for ((id__) = 0; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment