From: Gabriel Krisman Bertazi Date: Wed, 28 Dec 2016 14:32:13 +0000 (-0200) Subject: drm: Drop unused forward declaration of drm_version X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8caead148a45764bf4adb33220271d0266b85fe5;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drm: Drop unused forward declaration of drm_version Signed-off-by: Gabriel Krisman Bertazi Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/20161228143216.26821-4-krisman@collabora.co.uk --- diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index d180673c1323..5c80e720aeca 100644 --- a/drivers/gpu/drm/drm_ioctl.c +++ b/drivers/gpu/drm/drm_ioctl.c @@ -95,9 +95,6 @@ * broken. */ -static int drm_version(struct drm_device *dev, void *data, - struct drm_file *file_priv); - /* * Get the bus id. *