commit | f1938cd6e900a85de64184e46d841efc9efd3484 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Sep 08 11:32:08 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Sep 08 11:32:08 2009 +1000 |
tree | 73b9b28ae608687dd374863f48ee886b9ca5562c | |
parent | f641e51e7469cc3a8115a3bd70b4526d566b1c60 [diff] [blame] |
drm: include seq_file.h for debugfs builds. Fixes a warning seen on powerpc. Signed-off-by: Dave Airlie <airlied@redhat.com>
diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h index bc5a87e..62329f9 100644 --- a/include/drm/drm_mm.h +++ b/include/drm/drm_mm.h
@@ -37,6 +37,9 @@ * Generic range manager structs */ #include <linux/list.h> +#ifdef CONFIG_DEBUG_FS +#include <linux/seq_file.h> +#endif struct drm_mm_node { struct list_head fl_entry;