diff options
author | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-04-24 16:55:22 +0000 |
---|---|---|
committer | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-04-24 16:55:22 +0000 |
commit | d6a82ff9c160acbb7db5bee2cde45818d1e8548e (patch) | |
tree | cf97393d3dd3ef83ff8914d32dd79d7be7b8037a /linux/drmP.h | |
parent | 2dc672a7908817f43391703a8341cb873fbb1543 (diff) |
Remove unused dev->map_count. We always iterate the maplist with
list_for_each() and the count is not updated or used for stats.
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index 08f4faa8..a4751f37 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -554,7 +554,6 @@ typedef struct drm_device { /* Memory management */ drm_map_list_t *maplist; /* Linked list of regions */ - int map_count; /* Number of mappable regions */ drm_map_t **context_sareas; int max_context; |