From: Dave Airlie Date: Tue, 8 Sep 2009 01:32:08 +0000 (+1000) Subject: drm: include seq_file.h for debugfs builds. X-Git-Tag: v2.6.32-rc1~52^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1938cd6e900a85de64184e46d841efc9efd3484;p=thirdparty%2Fkernel%2Flinux.git drm: include seq_file.h for debugfs builds. Fixes a warning seen on powerpc. Signed-off-by: Dave Airlie --- diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h index bc5a87e8aeea6..62329f9a42cbb 100644 --- a/include/drm/drm_mm.h +++ b/include/drm/drm_mm.h @@ -37,6 +37,9 @@ * Generic range manager structs */ #include +#ifdef CONFIG_DEBUG_FS +#include +#endif struct drm_mm_node { struct list_head fl_entry;