diff options
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 042de764..97d2539a 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -522,7 +522,7 @@ typedef struct drm_device { drm_agp_head_t *agp; #endif unsigned long *ctx_bitmap; - void *SAREAprivate; + void *dev_private; } drm_device_t; |