drm: Move piles of functions from drmP.h to drm_internal.h
[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.02799 seconds and 5 git commands to generate.