summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_internal.h
diff options
context:
space:
mode:
authorAl Viro2017-05-24 20:11:03 +0200
committerAl Viro2017-05-27 21:39:30 +0200
commit012c6741c6aa916e276a0dd2f1c0020041540206 (patch)
treed95cd5af9403c97fae4abe00c262d3abbb4691a3 /drivers/gpu/drm/drm_internal.h
parentswitch compat_drm_addbufs() to drm_ioctl_kernel() (diff)
downloadkernel-qcow2-linux-012c6741c6aa916e276a0dd2f1c0020041540206.tar.gz
kernel-qcow2-linux-012c6741c6aa916e276a0dd2f1c0020041540206.tar.xz
kernel-qcow2-linux-012c6741c6aa916e276a0dd2f1c0020041540206.zip
switch compat_drm_version() to drm_ioctl_kernel()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/drm_internal.h')
-rw-r--r--drivers/gpu/drm/drm_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_internal.h b/drivers/gpu/drm/drm_internal.h
index 3d8e8f878924..011205c4c1f4 100644
--- a/drivers/gpu/drm/drm_internal.h
+++ b/drivers/gpu/drm/drm_internal.h
@@ -143,3 +143,4 @@ static inline int drm_debugfs_crtc_crc_add(struct drm_crtc *crtc)
return 0;
}
#endif
+drm_ioctl_t drm_version;