summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter2010-07-02 16:02:12 +0200
committerDave Airlie2010-07-07 04:26:44 +0200
commitdb3307a9f7b8078c654021e3b35354a2b09a8e67 (patch)
tree95c0a9382dcd95f75977f6dff07e2f7a557967d0 /include/drm
parentdrm: use list_for_each_entry in drm_mm.c (diff)
downloadkernel-qcow2-linux-db3307a9f7b8078c654021e3b35354a2b09a8e67.tar.gz
kernel-qcow2-linux-db3307a9f7b8078c654021e3b35354a2b09a8e67.tar.xz
kernel-qcow2-linux-db3307a9f7b8078c654021e3b35354a2b09a8e67.zip
drm: kill drm_mm_node->private
Only ever assigned, never used. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> [glisse: I will re-add if needed for range-restricted allocations] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_mm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h
index 4c10be39a43b..da94071b1703 100644
--- a/include/drm/drm_mm.h
+++ b/include/drm/drm_mm.h
@@ -48,7 +48,6 @@ struct drm_mm_node {
unsigned long start;
unsigned long size;
struct drm_mm *mm;
- void *private;
};
struct drm_mm {