drm: Move piles of functions from drmP.h to drm_internal.h
[deliverable/linux.git] / drivers / gpu / drm / drm_debugfs.c
index 13bd42923dd4e2b4ca018e3ee2b1cb09a30b4677..3bcf8e6a85b355437e7aca009a3a205b9ba8f428 100644 (file)
@@ -36,6 +36,7 @@
 #include <linux/export.h>
 #include <drm/drmP.h>
 #include <drm/drm_edid.h>
+#include "drm_internal.h"
 
 #if defined(CONFIG_DEBUG_FS)
 
@@ -49,9 +50,7 @@ static const struct drm_info_list drm_debugfs_list[] = {
        {"clients", drm_clients_info, 0},
        {"bufs", drm_bufs_info, 0},
        {"gem_names", drm_gem_name_info, DRIVER_GEM},
-#if DRM_DEBUG_CODE
        {"vma", drm_vma_info, 0},
-#endif
 };
 #define DRM_DEBUGFS_ENTRIES ARRAY_SIZE(drm_debugfs_list)
 
This page took 0.053907 seconds and 5 git commands to generate.