aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_auth.c')
-rw-r--r--drivers/gpu/drm/drm_auth.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_auth.c b/drivers/gpu/drm/drm_auth.c
index 3cedae12b3c1..708a2044c631 100644
--- a/drivers/gpu/drm/drm_auth.c
+++ b/drivers/gpu/drm/drm_auth.c
@@ -35,6 +35,12 @@
35 35
36#include <drm/drmP.h> 36#include <drm/drmP.h>
37 37
38struct drm_magic_entry {
39 struct list_head head;
40 struct drm_hash_item hash_item;
41 struct drm_file *priv;
42};
43
38/** 44/**
39 * Find the file with the given magic number. 45 * Find the file with the given magic number.
40 * 46 *