projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14869d1
)
drm/omap: add missing seq_file include
author
Dave Airlie
<airlied@redhat.com>
Fri, 26 Apr 2024 04:17:44 +0000
(14:17 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 26 Apr 2024 04:17:44 +0000
(14:17 +1000)
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>
drivers/gpu/drm/omapdrm/omap_fb.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/omapdrm/omap_fb.c
b/drivers/gpu/drm/omapdrm/omap_fb.c
index 1d414b33fee3b3f5fde1e2100ba2577c1c53fcfb..449d521c78fed2d825533f4ac061490892ce0b10 100644
(file)
--- a/
drivers/gpu/drm/omapdrm/omap_fb.c
+++ b/
drivers/gpu/drm/omapdrm/omap_fb.c
@@
-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>