Skip to content

Commit 75bc08a

Browse files
committed
drm/mst: fix build with debugfs off.
seq_file.h was being pulled in via drm_mm.h in that case. Reported-by: Matthew Thode (on irc) Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 1f834c3 commit 75bc08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/drm_dp_mst_topology.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <linux/init.h>
2626
#include <linux/errno.h>
2727
#include <linux/sched.h>
28+
#include <linux/seq_file.h>
2829
#include <linux/i2c.h>
2930
#include <drm/drm_dp_mst_helper.h>
3031
#include <drm/drmP.h>

0 commit comments

Comments
 (0)