projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152ef5f
)
drm: fb: Add seq_file definition
author
Maxime Ripard
<
[email protected]
>
Mon, 8 Feb 2016 12:58:56 +0000
(13:58 +0100)
committer
Maxime Ripard
<
[email protected]
>
Thu, 28 Apr 2016 08:30:05 +0000
(10:30 +0200)
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: Maxime Ripard <
[email protected]
>
include/drm/drm_fb_cma_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_fb_cma_helper.h
b/include/drm/drm_fb_cma_helper.h
index be62bd321e759a13b16441a00ebd877cd820b6b6..ae49c24fbf503ab1472d99be4be6962462275d84 100644
(file)
--- a/
include/drm/drm_fb_cma_helper.h
+++ b/
include/drm/drm_fb_cma_helper.h
@@
-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