diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-10-04 07:53:38 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-10-09 01:55:32 -0400 |
commit | 6b8837df7a39d88f6a48a892312b08bbefba2540 (patch) | |
tree | 4140eb62fb5705217aa181e6cc31996c3cd41dba /include | |
parent | 4423843cde65232c1d553df220e1d133f4a0fa2b (diff) |
drm: Kill unused stuff from struct drm_device
'map_count' and 'work' are never used. Kill them both.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-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 713d7c699bcd..5b99c0e072ef 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1127,7 +1127,6 @@ struct drm_device { | |||
1127 | /** \name Memory management */ | 1127 | /** \name Memory management */ |
1128 | /*@{ */ | 1128 | /*@{ */ |
1129 | struct list_head maplist; /**< Linked list of regions */ | 1129 | struct list_head maplist; /**< Linked list of regions */ |
1130 | int map_count; /**< Number of mappable regions */ | ||
1131 | struct drm_open_hash map_hash; /**< User token hash table for maps */ | 1130 | struct drm_open_hash map_hash; /**< User token hash table for maps */ |
1132 | 1131 | ||
1133 | /** \name Context handle management */ | 1132 | /** \name Context handle management */ |
@@ -1154,7 +1153,6 @@ struct drm_device { | |||
1154 | int last_context; /**< Last current context */ | 1153 | int last_context; /**< Last current context */ |
1155 | /*@} */ | 1154 | /*@} */ |
1156 | 1155 | ||
1157 | struct work_struct work; | ||
1158 | /** \name VBLANK IRQ support */ | 1156 | /** \name VBLANK IRQ support */ |
1159 | /*@{ */ | 1157 | /*@{ */ |
1160 | 1158 | ||