summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2014-02-19 14:37:44 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2014-03-28 14:19:02 +0100
commita12cd0025cdc0b4d43b79249dbd8c266af284032 (patch)
treec2a029d23c4e94a968b631120d075c593cd1d890 /include/drm
parent436830571eb9045d563979dc6185b1d5145ca4b6 (diff)
downloadop-kernel-dev-a12cd0025cdc0b4d43b79249dbd8c266af284032.zip
op-kernel-dev-a12cd0025cdc0b4d43b79249dbd8c266af284032.tar.gz
drm: Remove the minor master list
It doesn't appear to be used anywhere. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 3d06f71..3d594ca 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -689,7 +689,6 @@ struct drm_master {
struct kref refcount; /* refcount for this master */
- struct list_head head; /**< each minor contains a list of masters */
struct drm_minor *minor; /**< link back to minor we are a master for */
char *unique; /**< Unique identifier: e.g., busid */
@@ -1022,7 +1021,6 @@ struct drm_minor {
struct mutex debugfs_lock; /* Protects debugfs_list. */
struct drm_master *master; /* currently active master for this node */
- struct list_head master_list;
struct drm_mode_group mode_group;
};
OpenPOWER on IntegriCloud