Skip to content

Commit ca31018

Browse files
committed
drm/omap: add missing seq_file include
This fails to build with missing seq declerations. Fixes: 9e2b84f ("drm/print: drop include seq_file.h") Signed-off-by: Dave Airlie <[email protected]>
1 parent 14869d1 commit ca31018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/omapdrm/omap_fb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <linux/dma-mapping.h>
8+
#include <linux/seq_file.h>
89

910
#include <drm/drm_blend.h>
1011
#include <drm/drm_modeset_helper.h>

0 commit comments

Comments
 (0)