summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_internal.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-05-24 14:15:20 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2017-05-27 15:39:30 -0400
commit17e3dade62d6e95131ceba1535eb8d2e84b2e040 (patch)
tree40aaca0b0f3a0187888255e6eda22295efb266d6 /drivers/gpu/drm/drm_internal.h
parent012c6741c6aa916e276a0dd2f1c0020041540206 (diff)
switch compat_drm_getunique() 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 011205c4c1f4..7299ba01bd99 100644
--- a/drivers/gpu/drm/drm_internal.h
+++ b/drivers/gpu/drm/drm_internal.h
@@ -144,3 +144,4 @@ static inline int drm_debugfs_crtc_crc_add(struct drm_crtc *crtc)
}
#endif
drm_ioctl_t drm_version;
+drm_ioctl_t drm_getunique;