summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-20 19:33:50 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-20 19:33:50 +0100
commit9acd4a13f2355e8f550669702a5c6db16cc14b0f (patch)
treed9ead892c8333bc7c82bf576e73ac659a17d4a75 /linux-core/drmP.h
parent672593f611df484af89e425ff5f1ea0ea074f2bb (diff)
Remove the stupid root_node field from the core memory manager.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 2b364f7c..77212d1c 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -545,7 +545,8 @@ typedef struct drm_mm_node {
} drm_mm_node_t;
typedef struct drm_mm {
- drm_mm_node_t root_node;
+ struct list_head fl_entry;
+ struct list_head ml_entry;
} drm_mm_t;