aboutsummaryrefslogtreecommitdiffstats
path: root/community/xf86-video-amdgpu/gcc-10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/xf86-video-amdgpu/gcc-10.patch')
-rw-r--r--community/xf86-video-amdgpu/gcc-10.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/xf86-video-amdgpu/gcc-10.patch b/community/xf86-video-amdgpu/gcc-10.patch
deleted file mode 100644
index 7e546b672c8..00000000000
--- a/community/xf86-video-amdgpu/gcc-10.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Upstream: Should be
-Reason: Fixes compilation with gcc-10
-
-diff --git a/src/drmmode_display.h b/src/drmmode_display.h
-index 803ac3c..9c0f25a 100644
---- a/src/drmmode_display.h
-+++ b/src/drmmode_display.h
-@@ -289,7 +289,7 @@ Bool drmmode_wait_vblank(xf86CrtcPtr crtc, drmVBlankSeqType type,
- uint64_t *ust, uint32_t *result_seq);
-
-
--miPointerSpriteFuncRec drmmode_sprite_funcs;
-+extern miPointerSpriteFuncRec drmmode_sprite_funcs;
-
-
- #endif