summaryrefslogtreecommitdiff
path: root/bsd-core/drm_memory.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-03-29 18:22:28 +0000
committerEric Anholt <anholt@freebsd.org>2003-03-29 18:22:28 +0000
commitaea0418d0db3338b81f83abf26df99dfd7ac85bc (patch)
treef650b40186e73c15787df90dc43d3edc05aa6b34 /bsd-core/drm_memory.c
parent6ef79263b68402687ccc2b7447dd908c00e35057 (diff)
Remove dead vma code and remove the unused devstate struct definition.
Diffstat (limited to 'bsd-core/drm_memory.c')
-rw-r--r--bsd-core/drm_memory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-core/drm_memory.c b/bsd-core/drm_memory.c
index 95d6110d..0df7ee72 100644
--- a/bsd-core/drm_memory.c
+++ b/bsd-core/drm_memory.c
@@ -61,7 +61,6 @@ static drm_mem_stats_t DRM(mem_stats)[] = {
[DRM_MEM_MAGIC] = { "magic" },
[DRM_MEM_IOCTLS] = { "ioctltab" },
[DRM_MEM_MAPS] = { "maplist" },
- [DRM_MEM_VMAS] = { "vmalist" },
[DRM_MEM_BUFS] = { "buflist" },
[DRM_MEM_SEGS] = { "seglist" },
[DRM_MEM_PAGES] = { "pagelist" },