summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_memory.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-04-25 01:18:47 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-04-25 01:18:47 +0000
commit42da33c444e5a6ca8ffa15622a9783f550e69d4b (patch)
treeefa3d0f59b543fa0e752db53d7ddd71f5a18e325 /sys/dev/drm/drm_memory.h
parent8235d79a86b1db9f4e75fe78d2904e0ef04a906e (diff)
Notes
Diffstat (limited to 'sys/dev/drm/drm_memory.h')
-rw-r--r--sys/dev/drm/drm_memory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_memory.h b/sys/dev/drm/drm_memory.h
index 5515524a2691..0c1f91c52378 100644
--- a/sys/dev/drm/drm_memory.h
+++ b/sys/dev/drm/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" },