Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80588a86 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

drm: fb: Add seq_file definition



Otherwise, building with DEBUG_FS enabled will trigger a build warning
because we're using a structure that has not been declared.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 152ef5fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb,
	unsigned int plane);

#ifdef CONFIG_DEBUG_FS
struct seq_file;

int drm_fb_cma_debugfs_show(struct seq_file *m, void *arg);
#endif