Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/omap: add missing seq_file include

This fails to build with missing seq declerations.

Fixes: 9e2b84fb6cd7 ("drm/print: drop include seq_file.h")
Signed-off-by: Dave Airlie <airlied@redhat.com>

+1
+1
drivers/gpu/drm/omapdrm/omap_fb.c
··· 5 5 */ 6 6 7 7 #include <linux/dma-mapping.h> 8 + #include <linux/seq_file.h> 8 9 9 10 #include <drm/drm_blend.h> 10 11 #include <drm/drm_modeset_helper.h>