]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/drm/drm_mm.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs...
[karo-tx-linux.git] / include / drm / drm_mm.h
index bc5a87e8aeea646dd27b4438f222193d80b63a20..62329f9a42cbbc953866e899599fe15e42d099ff 100644 (file)
@@ -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;