drm/info: Remove unused code
authorThierry Reding <treding@nvidia.com>
Tue, 16 Dec 2014 11:02:13 +0000 (12:02 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 16 Dec 2014 17:44:34 +0000 (18:44 +0100)
commitdafffda023b04f87e695dfcf5448e4da964d2e95
treeb425c6373154c5ad5bc3916cf4dcde2801e70f39
parentb04d4a38c0691e4467fa2988b6fe481bf759daaf
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>
drivers/gpu/drm/drm_info.c
drivers/gpu/drm/drm_internal.h