From: Dave Airlie Date: Tue, 8 Sep 2009 01:32:08 +0000 (+1000) Subject: drm: include seq_file.h for debugfs builds. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f1938cd6e900a85de64184e46d841efc9efd3484;p=linux-beck.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 bc5a87e8aeea..62329f9a42cb 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;