drm/mst: fix build with debugfs off.
authorDave Airlie <airlied@redhat.com>
Wed, 9 Jul 2014 01:15:09 +0000 (11:15 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 9 Jul 2014 01:15:09 +0000 (11:15 +1000)
commit75bc08ab276f3e6f436847328631a07f30f973c4
tree4e5d62daf8cdf5e4300393ee5f77249cb97fdbd5
parent1f834c32b758f0a30ae2d7a89f7bae54000faf2e
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>
drivers/gpu/drm/drm_dp_mst_topology.c