aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-11-08 11:56:01 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-11-08 13:46:49 +0100
commit93ce75fa3dba8781c5c042bd7a61d438662ed73c (patch)
treeef1af911e0aefeeeff9f6a64bae4869351e726f1 /drivers/gpu/drm/drm_mm.c
parentdrm/plane: add inline doc for struct drm_plane (diff)
downloadlinux-dev-93ce75fa3dba8781c5c042bd7a61d438662ed73c.tar.xz
linux-dev-93ce75fa3dba8781c5c042bd7a61d438662ed73c.zip
drm: Add stackdepot include for DRM_DEBUG_MM
0day found that stackdepot.h doesn't get automatically included on all architectures, so remember to add our #include. Reported-by: kbuild test robot <fengguang.wu@intel.com> Fixes: 5705670d0463 ("drm: Track drm_mm allocators and show leaks on shutdown") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Christian König <christian.koenig@amd.com>. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161108115601.22873-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/drm_mm.c')
-rw-r--r--drivers/gpu/drm/drm_mm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c
index 89b891a4847f..632473beb40c 100644
--- a/drivers/gpu/drm/drm_mm.c
+++ b/drivers/gpu/drm/drm_mm.c
@@ -105,6 +105,8 @@ static struct drm_mm_node *drm_mm_search_free_in_range_generic(const struct drm_
enum drm_mm_search_flags flags);
#ifdef CONFIG_DRM_DEBUG_MM
+#include <linux/stackdepot.h>
+
#define STACKDEPTH 32
#define BUFSZ 4096