summaryrefslogtreecommitdiff
path: root/bsd/drm_memory.h
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/drm_memory.h
parent6ef79263b68402687ccc2b7447dd908c00e35057 (diff)
Remove dead vma code and remove the unused devstate struct definition.
Diffstat (limited to 'bsd/drm_memory.h')
-rw-r--r--bsd/drm_memory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd/drm_memory.h b/bsd/drm_memory.h
index 95d6110d..0df7ee72 100644
--- a/bsd/drm_memory.h
+++ b/bsd/drm_memory.h
@@ -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" },