aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
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 {
48 unsigned long start; 48 unsigned long start;
49 unsigned long size; 49 unsigned long size;
50 struct drm_mm *mm; 50 struct drm_mm *mm;
51 void *private;
52}; 51};
53 52
54struct drm_mm { 53struct drm_mm {