[Intel-gfx] [PATCH] [DRM] Remove extraneous structures

Ben Gamari bgamari.foss at gmail.com
Thu May 21 19:42:05 CEST 2009


These some how snuck into my final debugfs patch. They were from early
attempts at unifying debugfs and /proc node handling but were later
scrapped in favor of a more general abstraction. Not sure how these got
through review. Oops. Sorry!

Signed-Off-By: Ben Gamari <bgamari at gmail.com>
---
 include/drm/drmP.h |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index c8c4221..078cbda 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -809,26 +809,6 @@ struct drm_driver {
 
 
 /**
- * debugfs node list. This structure represents a debugfs file to
- * be created by the drm core
- */
-struct drm_debugfs_list {
-	const char *name; /** file name */
-	int (*show)(struct seq_file*, void*); /** show callback */
-	u32 driver_features; /**< Required driver features for this entry */
-};
-
-/**
- * debugfs node structure. This structure represents a debugfs file.
- */
-struct drm_debugfs_node {
-	struct list_head list;
-	struct drm_minor *minor;
-	struct drm_debugfs_list *debugfs_ent;
-	struct dentry *dent;
-};
-
-/**
  * Info file list entry. This structure represents a debugfs or proc file to
  * be created by the drm core
  */
-- 
1.6.2.2




More information about the Intel-gfx mailing list