projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4423843
)
drm: Kill unused stuff from struct drm_device
author
Ville Syrjälä
<
[email protected]
>
Fri, 4 Oct 2013 11:53:38 +0000
(14:53 +0300)
committer
Dave Airlie
<
[email protected]
>
Wed, 9 Oct 2013 05:55:32 +0000
(15:55 +1000)
'map_count' and 'work' are never used. Kill them both.
Signed-off-by: Ville Syrjälä <
[email protected]
>
Reviewed-by: Daniel Vetter <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
include/drm/drmP.h
patch
|
blob
|
history
diff --git
a/include/drm/drmP.h
b/include/drm/drmP.h
index 713d7c699bcd35c04a71946631466060c2b4e3e3..5b99c0e072efcdba11f8ee0d68dad328e558672f 100644
(file)
--- a/
include/drm/drmP.h
+++ b/
include/drm/drmP.h
@@
-1127,7
+1127,6
@@
struct drm_device {
/** \name Memory management */
/*@{ */
struct list_head maplist; /**< Linked list of regions */
- int map_count; /**< Number of mappable regions */
struct drm_open_hash map_hash; /**< User token hash table for maps */
/** \name Context handle management */
@@
-1154,7
+1153,6
@@
struct drm_device {
int last_context; /**< Last current context */
/*@} */
- struct work_struct work;
/** \name VBLANK IRQ support */
/*@{ */