summaryrefslogtreecommitdiff
path: root/linux-core/drm_stub.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-15 12:37:24 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-15 12:37:24 +0100
commit38ed67196f4ba891568c5ff66e67ced341696eb9 (patch)
tree2c06bc31d1461625b1a5c6ebbb30a60c3767d628 /linux-core/drm_stub.c
parentaefc7a34431a8f1540b261e23d8b8d05d824b60a (diff)
Remove the memory caches for fence objects and memory manager nodes,
since the support for memory caches has gone from 2.6.20.
Diffstat (limited to 'linux-core/drm_stub.c')
-rw-r--r--linux-core/drm_stub.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c
index c03a56a1..4f6cd3f1 100644
--- a/linux-core/drm_stub.c
+++ b/linux-core/drm_stub.c
@@ -54,11 +54,6 @@ drm_head_t **drm_heads;
struct drm_sysfs_class *drm_class;
struct proc_dir_entry *drm_proc_root;
-drm_cache_t drm_cache =
-{ .mm = NULL,
- .fence_object = NULL
-};
-
static int drm_fill_in_dev(drm_device_t * dev, struct pci_dev *pdev,
const struct pci_device_id *ent,
struct drm_driver *driver)