提交 f1938cd6 编写于 作者: D Dave Airlie

drm: include seq_file.h for debugfs builds.

Fixes a warning seen on powerpc.
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 f641e51e
...@@ -37,6 +37,9 @@ ...@@ -37,6 +37,9 @@
* Generic range manager structs * Generic range manager structs
*/ */
#include <linux/list.h> #include <linux/list.h>
#ifdef CONFIG_DEBUG_FS
#include <linux/seq_file.h>
#endif
struct drm_mm_node { struct drm_mm_node {
struct list_head fl_entry; struct list_head fl_entry;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册