mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
drm/omap: add missing seq_file include
This fails to build with missing seq declerations.
Fixes: 9e2b84fb6c ("drm/print: drop include seq_file.h")
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
14869d1e5b
commit
ca31018b2f
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/seq_file.h>
|
||||
|
||||
#include <drm/drm_blend.h>
|
||||
#include <drm/drm_modeset_helper.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user