Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1938cd6 authored by Dave Airlie's avatar Dave Airlie
Browse files

drm: include seq_file.h for debugfs builds.



Fixes a warning seen on powerpc.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent f641e51e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;