Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Gabriel Krisman Bertazi and committed by
Daniel Vetter
8caead14 75f6dfe3

-3
-3
drivers/gpu/drm/drm_ioctl.c
··· 95 95 * broken. 96 96 */ 97 97 98 - static int drm_version(struct drm_device *dev, void *data, 99 - struct drm_file *file_priv); 100 - 101 98 /* 102 99 * Get the bus id. 103 100 *