summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorLespiau, Damien2013-08-20 01:53:08 +0200
committerDave Airlie2013-08-21 04:47:41 +0200
commit2c9c52e85318c67cfc70f4885ad543abf0f845e6 (patch)
tree0acdf78f306c04c3c90fbaa89a30d6a73943a616 /include/drm
parentdrm: Remove 2 unused defines (diff)
downloadkernel-qcow2-linux-2c9c52e85318c67cfc70f4885ad543abf0f845e6.tar.gz
kernel-qcow2-linux-2c9c52e85318c67cfc70f4885ad543abf0f845e6.tar.xz
kernel-qcow2-linux-2c9c52e85318c67cfc70f4885ad543abf0f845e6.zip
drm: Make drm_fb_cma_describe() static
This function is only used in drm_fb_cma_helper.c. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_fb_cma_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_fb_cma_helper.h b/include/drm/drm_fb_cma_helper.h
index 4a3fc244301c..c54cf3d4a03f 100644
--- a/include/drm/drm_fb_cma_helper.h
+++ b/include/drm/drm_fb_cma_helper.h
@@ -24,7 +24,6 @@ struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb,
unsigned int plane);
#ifdef CONFIG_DEBUG_FS
-void drm_fb_cma_describe(struct drm_framebuffer *fb, struct seq_file *m);
int drm_fb_cma_debugfs_show(struct seq_file *m, void *arg);
#endif