Browse Source

drm: Drop unused forward declaration of drm_version

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161228143216.26821-4-krisman@collabora.co.uk
Gabriel Krisman Bertazi 8 years ago
parent
commit
8caead148a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/gpu/drm/drm_ioctl.c

+ 0 - 3
drivers/gpu/drm/drm_ioctl.c

@@ -95,9 +95,6 @@
  * broken.
  * broken.
  */
  */
 
 
-static int drm_version(struct drm_device *dev, void *data,
-		       struct drm_file *file_priv);
-
 /*
 /*
  * Get the bus id.
  * Get the bus id.
  *
  *