Skip to content

Commit 0523374

Browse files
lucacoelhoAndi Shyti
authored andcommitted
drm/i915/gt: remove stray declaration of intel_gt_release_all()
When intel_gt_release_all() was removed from the code in commit e899505 ("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]
1 parent 437ad45 commit 0523374

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/i915/gt/intel_gt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ static inline bool intel_gt_is_wedged(const struct intel_gt *gt)
174174

175175
int intel_gt_probe_all(struct drm_i915_private *i915);
176176
int intel_gt_tiles_init(struct drm_i915_private *i915);
177-
void intel_gt_release_all(struct drm_i915_private *i915);
178177

179178
#define for_each_gt(gt__, i915__, id__) \
180179
for ((id__) = 0; \

0 commit comments

Comments
 (0)