Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcano/linux...
[deliverable/linux.git] / drivers / gpu / drm / drm_auth.c
index 3cedae12b3c1f845084894cd4c8f2fe819cb1070..fc8e8aaa34fb37f44e338bb237867078d84c020f 100644 (file)
  */
 
 #include <drm/drmP.h>
+#include "drm_internal.h"
+
+struct drm_magic_entry {
+       struct list_head head;
+       struct drm_hash_item hash_item;
+       struct drm_file *priv;
+};
 
 /**
  * Find the file with the given magic number.
This page took 0.026683 seconds and 5 git commands to generate.