summary refs log tree commit diff
path: root/drivers/gpu/drm/drm_internal.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-16 12:02:13 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-12-16 18:44:34 +0100
commitdafffda023b04f87e695dfcf5448e4da964d2e95 (patch)
treeb425c6373154c5ad5bc3916cf4dcde2801e70f39 /drivers/gpu/drm/drm_internal.h
parentb04d4a38c0691e4467fa2988b6fe481bf759daaf (diff)
downloadlinux-dafffda023b04f87e695dfcf5448e4da964d2e95.tar.gz
drm/info: Remove unused code
Commit 28a62277e06f ("drm: Convert proc files to seq_file and introduce
debugfs") converted /proc files to debugfs and in the process dropped
the entry for the vblank statistics. Since that file has been gone for
almost five years, there is no use to keep the code that provides the
file's content around.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_internal.h')
-rw-r--r--drivers/gpu/drm/drm_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_internal.h b/drivers/gpu/drm/drm_internal.h
index 7cc0a3516871..12a61d706827 100644
--- a/drivers/gpu/drm/drm_internal.h
+++ b/drivers/gpu/drm/drm_internal.h
@@ -55,7 +55,6 @@ void drm_prime_remove_buf_handle_locked(struct drm_prime_file_private *prime_fpr
 int drm_name_info(struct seq_file *m, void *data);
 int drm_vm_info(struct seq_file *m, void *data);
 int drm_bufs_info(struct seq_file *m, void *data);
-int drm_vblank_info(struct seq_file *m, void *data);
 int drm_clients_info(struct seq_file *m, void* data);
 int drm_gem_name_info(struct seq_file *m, void *data);