diff options
| author | Gabriel Krisman Bertazi <[email protected]> | 2016-12-28 14:32:13 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2016-12-30 11:40:18 +0000 |
| commit | 8caead148a45764bf4adb33220271d0266b85fe5 (patch) | |
| tree | e22dd1ab68c3022e84013e7b90ad91c453f15510 /drivers/gpu/drm/drm_ioctl.c | |
| parent | drm: Deduplicate driver initialization message (diff) | |
| download | kernel-8caead148a45764bf4adb33220271d0266b85fe5.tar.gz kernel-8caead148a45764bf4adb33220271d0266b85fe5.zip | |
drm: Drop unused forward declaration of drm_version
Signed-off-by: Gabriel Krisman Bertazi <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/drm_ioctl.c')
| -rw-r--r-- | drivers/gpu/drm/drm_ioctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
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. * |
