diff options
author | Emil Velikov <[email protected]> | 2017-05-09 18:47:20 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-29 16:49:47 +0100 |
commit | 628af2bc9690f42957f9799dfc0dbd0614d38d4c (patch) | |
tree | 38eae45353ad63129c3cb2d8a346f29723e3033e /src/gbm/backends/dri/gbm_driint.h | |
parent | e183c552758ac47880f5518cdff9057d99df921b (diff) |
gbm: remove unneeded gbm_drm_device abstraction
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Rob Herring <[email protected]>
Diffstat (limited to 'src/gbm/backends/dri/gbm_driint.h')
-rw-r--r-- | src/gbm/backends/dri/gbm_driint.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gbm/backends/dri/gbm_driint.h b/src/gbm/backends/dri/gbm_driint.h index c4a4794e50d..68220cb85d0 100644 --- a/src/gbm/backends/dri/gbm_driint.h +++ b/src/gbm/backends/dri/gbm_driint.h @@ -34,8 +34,6 @@ #include "gbmint.h" #include "c11/threads.h" -#include "common_drm.h" - #include <GL/gl.h> /* dri_interface needs GL types */ #include "GL/internal/dri_interface.h" @@ -43,7 +41,7 @@ struct gbm_dri_surface; struct gbm_dri_bo; struct gbm_dri_device { - struct gbm_drm_device base; + struct gbm_device base; void *driver; char *driver_name; /* Name of the DRI module, without the _dri suffix */ |