From d6a82ff9c160acbb7db5bee2cde45818d1e8548e Mon Sep 17 00:00:00 2001 From: Leif Delgass Date: Thu, 24 Apr 2003 16:55:22 +0000 Subject: Remove unused dev->map_count. We always iterate the maplist with list_for_each() and the count is not updated or used for stats. --- linux-core/drmP.h | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-core/drmP.h') diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 08f4faa8..a4751f37 100644 --- a/linux-core/drmP.h +++ b/linux-core/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; -- cgit v1.2.3