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