diff options
Diffstat (limited to 'sys/dev/pci/drm/radeon_drv.h')
-rw-r--r-- | sys/dev/pci/drm/radeon_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/radeon_drv.h b/sys/dev/pci/drm/radeon_drv.h index 4fffaac7f49..47376719aff 100644 --- a/sys/dev/pci/drm/radeon_drv.h +++ b/sys/dev/pci/drm/radeon_drv.h @@ -221,6 +221,8 @@ struct radeon_virt_surface { #define RADEON_PURGE_EMITED (1 < 1) typedef struct drm_radeon_private { + struct device dev; + struct device *drmdev; drm_radeon_ring_buffer_t ring; drm_radeon_sarea_t *sarea_priv; |