We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a07ae commit 57c843aCopy full SHA for 57c843a
src/Makefile.am
@@ -64,6 +64,5 @@ EXTRA_DIST = \
64
amdgpu_probe.h \
65
amdgpu_version.h \
66
amdgpu_video.h \
67
- simple_list.h \
68
amdgpu_dri2.h \
69
drmmode_display.h
src/amdgpu_drv.h
@@ -85,8 +85,6 @@
85
86
#include "compat-api.h"
87
88
-#include "simple_list.h"
89
-
90
struct _SyncFence;
91
92
#ifndef MAX
src/simple_list.h
0 commit comments