diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 3d06f71bc691..3d594ca7fa62 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -689,7 +689,6 @@ struct drm_master { | |||
689 | 689 | ||
690 | struct kref refcount; /* refcount for this master */ | 690 | struct kref refcount; /* refcount for this master */ |
691 | 691 | ||
692 | struct list_head head; /**< each minor contains a list of masters */ | ||
693 | struct drm_minor *minor; /**< link back to minor we are a master for */ | 692 | struct drm_minor *minor; /**< link back to minor we are a master for */ |
694 | 693 | ||
695 | char *unique; /**< Unique identifier: e.g., busid */ | 694 | char *unique; /**< Unique identifier: e.g., busid */ |
@@ -1022,7 +1021,6 @@ struct drm_minor { | |||
1022 | struct mutex debugfs_lock; /* Protects debugfs_list. */ | 1021 | struct mutex debugfs_lock; /* Protects debugfs_list. */ |
1023 | 1022 | ||
1024 | struct drm_master *master; /* currently active master for this node */ | 1023 | struct drm_master *master; /* currently active master for this node */ |
1025 | struct list_head master_list; | ||
1026 | struct drm_mode_group mode_group; | 1024 | struct drm_mode_group mode_group; |
1027 | }; | 1025 | }; |
1028 | 1026 | ||