summaryrefslogtreecommitdiff
path: root/linux/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drmP.h')
-rw-r--r--linux/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drmP.h b/linux/drmP.h
index bfd124dd..69cf63d9 100644
--- a/linux/drmP.h
+++ b/linux/drmP.h
@@ -436,6 +436,7 @@ typedef struct drm_file {
struct drm_file *next;
struct drm_file *prev;
struct drm_device *dev;
+ int remove_auth_on_close;
} drm_file_t;